hbchen преди 1 година
родител
ревизия
21401538ad
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/views/Home.vue

+ 2 - 2
src/views/Home.vue

@@ -434,7 +434,7 @@ export default {
       //  ----------------问卷调查弹窗
       showQuestionDia:false,
       // 问卷调查icon是否展示
-      isQuestionShow:true,
+      isQuestionShow:false,
       // 问题列表
       questionList:[],
       flag4: false,
@@ -681,7 +681,7 @@ export default {
       }
       // console.log(this.isTrail,'isTrail');
       homeInterface.getQuestionnaireDetail().then(res=>{
-        console.log(res);
+        // console.log(res);
         if(res.Ret == 200){
           this.showQuestionDia=!!res.Data.IsPopup && (!!res.Data.IsShow)
           this.isQuestionShow = !!res.Data.IsShow