修改主题
This commit is contained in:
@ -79,7 +79,7 @@
|
||||
</view>
|
||||
|
||||
<view class="no-express" v-if="loaded && !expressList.length">
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/noExpress.png'" />
|
||||
<image src="@/static/images/noExpress.png" />
|
||||
</view>
|
||||
<Recommend></Recommend>
|
||||
</view>
|
||||
|
@ -160,7 +160,7 @@
|
||||
</view>
|
||||
<view class="noCart" v-if="orderList.length === 0 && page > 1">
|
||||
<view class="pictrue">
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/noOrder.png'" />
|
||||
<image src="@/static/images/noOrder.png" />
|
||||
</view>
|
||||
</view>
|
||||
<Loading :loaded="loaded" :loading="loading"></Loading>
|
||||
|
@ -75,7 +75,7 @@
|
||||
<!--<view class="grayBg">-->
|
||||
<!--<view class="pictrue"><image :src="orderInfo.code" /></view>-->
|
||||
<!--</view>-->
|
||||
<!--<view class="gear"><image :src="$VUE_APP_RESOURCES_URL+'/images/writeOff.jpg'" /></view>-->
|
||||
<!--<view class="gear"><image src="@/static/images/writeOff.jpg" /></view>-->
|
||||
<!--<view class="num">{{ orderInfo._verify_code }}</view>-->
|
||||
<!--<!--<!--<!--<text class="rules">-->
|
||||
<!--<!--<!--<text class="item">-->
|
||||
@ -128,7 +128,7 @@
|
||||
<!--<view>{{ system_store._detailed_address }}</view>-->
|
||||
<!--</view>-->
|
||||
<view class="line" v-if="orderInfo.shippingType === 1">
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/line.jpg'" />
|
||||
<image src="@/static/images/line.jpg" />
|
||||
</view>
|
||||
</template>
|
||||
<OrderGoods :evaluate="status.type || 0" :cartInfo="orderInfo.cartInfo || []"></OrderGoods>
|
||||
|
@ -34,7 +34,7 @@
|
||||
<!--</view>-->
|
||||
<!--</view>-->
|
||||
<view class="line">
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/line.jpg'" />
|
||||
<image src="@/static/images/line.jpg" />
|
||||
</view>
|
||||
</view>
|
||||
<OrderGoods :evaluate="0" :cartInfo="orderGroupInfo.cartInfo"></OrderGoods>
|
||||
@ -484,7 +484,7 @@
|
||||
let form = {}
|
||||
if (this.$deviceType == 'app') {
|
||||
form.form = 'app'
|
||||
}
|
||||
}
|
||||
console.log(this.orderGroupInfo.orderKey, {
|
||||
realName: this.contacts,
|
||||
phone: this.contactsTel,
|
||||
@ -517,7 +517,7 @@
|
||||
shippingType: parseInt(shipping_type) + 1,
|
||||
...form
|
||||
})
|
||||
.then(res => {
|
||||
.then(res => {
|
||||
console.log(res)
|
||||
uni.hideLoading();
|
||||
const data = res.data;
|
||||
@ -563,7 +563,7 @@
|
||||
}, 100);
|
||||
break;
|
||||
case "WECHAT_PAY":
|
||||
weappPay(data.result.jsConfig).then(res => {
|
||||
weappPay(data.result.jsConfig).then(res => {
|
||||
console.log(res)
|
||||
this.$yrouter.replace({
|
||||
path: "/pages/order/OrderDetails/index",
|
||||
@ -592,4 +592,4 @@
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
@ -35,7 +35,7 @@
|
||||
</view>
|
||||
<view class="noCart" v-if="orderList.length === 0 && page > 1">
|
||||
<view class="pictrue">
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/noOrder.png'" />
|
||||
<image src="@/static/images/noOrder.png" />
|
||||
</view>
|
||||
</view>
|
||||
<Loading :loaded="loaded" :loading="loading"></Loading>
|
||||
|
Reference in New Issue
Block a user