diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue index 7dcab9f..4f93121 100644 --- a/pages/users/order_confirm/index.vue +++ b/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