lrf 2 лет назад
Родитель
Сommit
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;
     }
     if (couponList.length <= 0) return [];
-
+    couponList = await this.makeShowData(couponList);
     return couponList;
   }