This commit is contained in:
曹辉 2023-03-13 11:32:22 +08:00
parent 634e4fac3c
commit 05fe23554c

View File

@ -137,7 +137,7 @@
AppIdentification(value).then(res => { AppIdentification(value).then(res => {
if (res.code == 200) { if (res.code == 200) {
if (res.data.loginFlag) { if (res.data.loginFlag) {
insertCouponReceive(value, item.id).then(res => { insertCouponReceive(value, item.couponId).then(res => {
that.getlist(); that.getlist();
}) })
} else { } else {