guhongwei 4 éve
szülő
commit
91da38acf9

+ 1 - 0
src/store/common/mutations.js

@@ -1,5 +1,6 @@
 export const setUser = (state, payload) => {
 export const setUser = (state, payload) => {
   state.user = payload;
   state.user = payload;
+  console.log('as');
   // let res = true;
   // let res = true;
   // //登陆时
   // //登陆时
   // if (payload) {
   // if (payload) {

+ 1 - 0
src/views/live/parts/videoDetail.vue

@@ -104,6 +104,7 @@ export default {
         // 专家智库
         // 专家智库
         let exportdata = await this.expertQuery({ role: 6, limit: 6 });
         let exportdata = await this.expertQuery({ role: 6, limit: 6 });
         if (this.$checkRes(exportdata)) this.$set(this, `expertList`, exportdata.data);
         if (this.$checkRes(exportdata)) this.$set(this, `expertList`, exportdata.data);
+        console.log('ad');
       }
       }
     },
     },
     // 文字/视频倒计时
     // 文字/视频倒计时