Ver código fonte

“请问您有哪些不适?”改成“请问您这次哪里最不舒服?”

liucf 5 anos atrás
pai
commit
459edc3412
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      src/components/Symptom.vue

+ 3 - 3
src/components/Symptom.vue

@@ -103,7 +103,7 @@ export default {
       tmpItem:{},//检索的症状
       isSearch:false,
       scroll:null,
-      quesText:"请问您有哪些不适?",
+      quesText:"请问您这次哪里最不舒服?",
       startTime:'',
       timer:null,
       showExp:false,
@@ -277,7 +277,7 @@ export default {
         // this.$router.push("/")
         // this.$router.replace({path:'/'})
         // 停留在当前页 8-19
-        this.quesText = "请问您有哪些不适?";
+        this.quesText = "请问您这次哪里最不舒服?";
         this.getSympList();
       }
       this.cancelDel();
@@ -312,7 +312,7 @@ export default {
           this.quesText = "请问您还有其他不适吗?";
         }else{
           this.getSympList();
-          this.quesText = "请问您有哪些不适?";
+          this.quesText = "请问您这次哪里最不舒服?";
         } 
       },
       deep:true