Ver Fonte

修复点击营期提示没有权限的问题

yh há 1 dia atrás
pai
commit
7458360233

+ 3 - 3
src/views/qw/sopUserLogsInfo/sendMsgOpenTool.vue

@@ -511,9 +511,9 @@ export default {
       this.courseList = response.list;
     });
 
-    listToLiveNoEnd().then(response => {
-      this.liveList = response.rows;
-    })
+    // listToLiveNoEnd().then(response => {
+    //   this.liveList = response.rows;
+    // })
     listReward(this.queryParams1).then(response => {
       this.luckyBagList = response.rows;
     });

+ 6 - 3
src/views/qw/sopUserLogsInfo/sopUserLogsInfoDetails.vue

@@ -759,13 +759,16 @@ export default {
     });
 
 
-    listToLiveNoEnd().then(response => {
-      this.liveList = response.rows;
-    });
+    // listToLiveNoEnd().then(response => {
+    //   this.liveList = response.rows;
+    // });
     listReward(this.queryParams1).then(response => {
       this.luckyBagList = response.rows;
     });
 
+
+    console.log("listToLiveNoEnd",this.projectFrom);
+
   },
   methods: {
     getLuckyBagStatus(content) {