Browse Source

修改bug.

zhangfufeng 5 days ago
parent
commit
9c9f377e9c
1 changed files with 3 additions and 3 deletions
  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 () {