alert
This commit is contained in:
parent
c040a67b6c
commit
c0f8f245b1
|
@ -513,10 +513,10 @@
|
|||
code_batch_id: this.code_batch_id,
|
||||
receive_mode: 1
|
||||
};
|
||||
alert(zgp)
|
||||
req.axiosPost("/key/couponGroupUsage", data)
|
||||
.then((res) => {
|
||||
if (res.code == 200) {
|
||||
alert(zgp)
|
||||
if (this.goods.group_info.channel == 1 && this.goods.group_info.receive_mode == 1) {
|
||||
/* 支付宝官方领取 */
|
||||
this.toLinkAlipay();
|
||||
|
|
Loading…
Reference in New Issue