|
@@ -166,7 +166,7 @@ Page({ |
|
|
}) |
|
|
}) |
|
|
.then(res => { |
|
|
.then(res => { |
|
|
return Http.post({ |
|
|
return Http.post({ |
|
|
url: config.api.freeCoupon, |
|
|
|
|
|
|
|
|
url: config.api.orderSave, |
|
|
data: { |
|
|
data: { |
|
|
couponChannelId: that.data.couponChannelId, |
|
|
couponChannelId: that.data.couponChannelId, |
|
|
couponId: that.data.couponId |
|
|
couponId: that.data.couponId |
|
|