hsun 1 년 전
부모
커밋
e66278afa7
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      controllers/eta_trial/questionnaire.go

+ 0 - 3
controllers/eta_trial/questionnaire.go

@@ -77,9 +77,6 @@ func (this *EtaTrialController) QuestionnairePopUp() {
 			resp.IsShow = 1
 		}
 	}
-	// TODO:测试
-	resp.IsPopup = 1
-	resp.IsShow = 1
 
 	questionnaireList, e := etaTrialService.GetEtaTrialQuestionnaireList()
 	if e != nil {