feat:【代码优化】减少部分模块的 import * 的 API
This commit is contained in:
@@ -55,7 +55,7 @@ async function initGiveCouponList() {
|
||||
// return;
|
||||
// }
|
||||
// const tempLateIds = Object.keys(rewardRule.value.giveCouponTemplateCounts);
|
||||
// const data = await CouponTemplateApi.getCouponTemplateList(tempLateIds);
|
||||
// const data = await getCouponTemplateList(tempLateIds);
|
||||
// if (!data) {
|
||||
// return;
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user