diff --git a/pages/aboutpay/confirmcash.vue b/pages/aboutpay/confirmcash.vue index 84916de..328f49b 100644 --- a/pages/aboutpay/confirmcash.vue +++ b/pages/aboutpay/confirmcash.vue @@ -101,10 +101,10 @@ }).then(res => { uni.hideLoading(); if(res.data.code == 200){ - this.$url('/pages/aboutpay/paystate?payState=1&amount='+ this.amount); + this.$url('/pages/aboutpay/paystate?payState=1&amount='+ this.amount, {type: 'redirect'}); }else{ this.$msg(res.data.message || res.data.data || '支付失败').then(() => { - this.$url('/pages/aboutpay/paystate?payState=0'); + this.$url('/pages/aboutpay/paystate?payState=0', {type: 'redirect'}); }) } }).catch(err => uni.hideLoading()) diff --git a/pages/shop/goodsdetail.vue b/pages/shop/goodsdetail.vue index ea357fc..854925a 100644 --- a/pages/shop/goodsdetail.vue +++ b/pages/shop/goodsdetail.vue @@ -86,18 +86,20 @@ - - - - 选择 - {{ showSpec }} - - - + + + + + 选择 + {{ showSpec }} + + + + - - + + diff --git a/pages/user/member/code.vue b/pages/user/member/code.vue index f2dc978..7f579e4 100644 --- a/pages/user/member/code.vue +++ b/pages/user/member/code.vue @@ -199,7 +199,7 @@ this.$http.get({ api: 'api/offline/get_pay', data: { - refresh: this.first_http <= 1 ? 1 : 0 + cancel: this.first_http <= 1 ? 1 : 0 }, header: { Authorization: this.token