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