修改主题

This commit is contained in:
gaoxs
2020-04-07 19:30:41 +08:00
parent c6f9a6d1fe
commit 1eba07de8a
73 changed files with 279 additions and 306 deletions

View File

@ -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>