|
@@ -679,7 +679,7 @@ export default {
|
|
|
}
|
|
|
homeInterface.getQuestionnaireDetail().then(res=>{
|
|
|
// console.log(res);
|
|
|
- if(res.Ret == 200){
|
|
|
+ if(res.Ret == 200 && res.Data){
|
|
|
this.showQuestionDia=!!res.Data.IsPopup && (!!res.Data.IsShow)
|
|
|
this.isQuestionShow = !!res.Data.IsShow
|
|
|
this.questionList = res.Data.Question.List || []
|