修改倒计时不显示,以及微信支付的问题

This commit is contained in:
anhaogxs
2021-05-12 17:21:56 +08:00
parent 56b9692ada
commit 3b76e7754b
5 changed files with 102 additions and 94 deletions

View File

@ -306,15 +306,13 @@ export default {
useIntegral() {
this.computedPrice()
},
$yroute(n) {
if (n.name === NAME) this.getCartInfo()
},
shipping_type() {
this.computedPrice()
},
},
onShow: function() {
onLoad: function() {
let that = this
console.log('loadddddddd')
this.$store.dispatch('getUser', true)
that.getCartInfo()
console.log(that.$yroute)
@ -402,7 +400,8 @@ export default {
this.storeSelfMention = res.data.storeSelfMention
this.computedPrice()
})
.catch(() => {
.catch((error) => {
console.log(error)
uni.showToast({
title: '加载订单数据失败',
icon: 'none',