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

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

Loading…
Cancel
Save