lrf 2 năm trước cách đây
mục cha
commit
fbcfe4cc1f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
   }