2023-3-15

优惠券
This commit is contained in:
2023-03-15 18:47:49 +08:00
parent 127580e43f
commit 72113d9fa7
2 changed files with 10 additions and 7 deletions

View File

@@ -385,7 +385,10 @@
})
console.log('index: ' + index)
this.couponList.splice(index, 1);
// this.getCouponList();
uni.showLoading({
title: '领取成功'
});
this.getCouponList();
},
async sysInfoMethod() {