lrf 2 年之前
父節點
當前提交
ab30337c75
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/service/user/userCoupon.js

+ 0 - 1
app/service/user/userCoupon.js

@@ -505,7 +505,6 @@ class UserCouponService extends CrudService {
   }
   async afterQuery(filter, data) {
     data = JSON.parse(JSON.stringify(data));
-    console.log(data);
     data = this.makeShowData(data);
     return data;
   }