Merge branch 'couponV2.0' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/mobileclient into couponV2.0

This commit is contained in:
wangsongsole 2022-11-04 10:29:22 +08:00
commit ab42761f23
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@
plaflam: 1, plaflam: 1,
payResult: false, payResult: false,
copyLink: '', copyLink: '',
orderId:'',
redirect_url: '' //微信小程序链接 redirect_url: '' //微信小程序链接
}; };
}, },
@ -118,6 +119,7 @@
this.plaflam = res.data.product.entity.channel;//只有立减金商品才有channel字段 this.plaflam = res.data.product.entity.channel;//只有立减金商品才有channel字段
this.redirect_url = res.data.wechat_redirect_url; this.redirect_url = res.data.wechat_redirect_url;
this.payStatus = res.data.pay_status; this.payStatus = res.data.pay_status;
this.orderId=res.data.alipay_order_number;
} else { } else {
this.countdownFn(); this.countdownFn();
} }