lrf пре 2 година
родитељ
комит
fbcfe4cc1f
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
       uc.canUse = true;
     }
     }
     if (couponList.length <= 0) return [];
     if (couponList.length <= 0) return [];
-
+    couponList = await this.makeShowData(couponList);
     return couponList;
     return couponList;
   }
   }