更新代码

This commit is contained in:
guaishoudemao
2021-02-06 17:25:18 +08:00
parent 2f158bd093
commit 6831473d77
40 changed files with 2294 additions and 2338 deletions

View File

@@ -104,7 +104,7 @@
let ids = [];
ids.push(id);
//领取优惠券
setCouponReceive(ids).then(function (res) {
setCouponReceive(id).then(function (res) {
list[index].isUse = true;
that.$set(that,'couponsList',list);
that.$util.Tips({ title: '领取成功' });