lrf 2 years ago
parent
commit
fbcfe4cc1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/user/userCoupon.js

+ 1 - 1
app/service/user/userCoupon.js

@@ -149,7 +149,7 @@ class UserCouponService extends CrudService {
       uc.canUse = true;
     }
     if (couponList.length <= 0) return [];
-
+    couponList = await this.makeShowData(couponList);
     return couponList;
   }