lrf 2 lat temu
rodzic
commit
fbcfe4cc1f
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
   }