瀏覽代碼

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

liucf 5 年之前
父節點
當前提交
459edc3412
共有 1 個文件被更改,包括 3 次插入3 次删除
  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