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