Browse Source

修改bug.

zhangfufeng 5 ngày trước cách đây
mục cha
commit
9c9f377e9c
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/promotion/couponDetail.vue

+ 3 - 3
src/views/promotion/couponDetail.vue

@@ -288,9 +288,9 @@ export default {
     });
 
     this.init();
-    refereeSelfList().then((res) => {
-      this.refereeList = res.data.data.list;
-    });
+    // refereeSelfList().then((res) => {
+    //   this.refereeList = res.data.data.list;
+    // });
   },
   methods: {
     init: function () {