liudan 5 months ago
parent 392342f25a
commit b63b2e752a
  1. 13
      pages/users/order_confirm/index.vue

@ -541,7 +541,12 @@
"icon": "icon-weixin2", "icon": "icon-weixin2",
value: 'weixin', value: 'weixin',
title: '微信快捷支付', title: '微信快捷支付',
// #ifdef APP-PLUS
payStatus: -1,
// #endif
// #ifdef MP || H5
payStatus: 1, payStatus: 1,
// #endif
}, },
{ {
name: "支付宝支付", name: "支付宝支付",
@ -584,7 +589,13 @@
check:false check:false
} }
], ],
// #ifdef APP-PLUS
payType: 'alipay', //
// #endif
// #ifdef MP || H5
payType: 'weixin', // payType: 'weixin', //
// #endif
openType: 1, // 1=使 openType: 1, // 1=使
active: 0, // active: 0, //
coupon: { coupon: {
@ -685,7 +696,7 @@
}, },
watch: { watch: {
alipay_open(n){ alipay_open(n){
this.payMode[1].payStatus = n this.cartArr[1].payStatus = n
}, },
yue_pay_status(n){ yue_pay_status(n){
// this.payMode[2].payStatus = n // this.payMode[2].payStatus = n

Loading…
Cancel
Save