优化代码

This commit is contained in:
java110 2021-12-30 12:42:20 +08:00
parent 78f3a93766
commit d65d6d9b42

View File

@ -175,6 +175,7 @@
tel: context.getUserInfo().link, tel: context.getUserInfo().link,
state: '2002' state: '2002'
} }
let _couponUsers = [];
getCouponUsers(_objData, _couponUsers) getCouponUsers(_objData, _couponUsers)
.then((_couponList) => { .then((_couponList) => {
_couponList.data.forEach(item => { _couponList.data.forEach(item => {