|
@@ -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
|