|
@@ -148,7 +148,7 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
if (this.chooseSymp.length > 0) {
|
|
|
- this.quesText = "请问您还有其他不适吗?";
|
|
|
+ this.quesText = "您是否还有其他不舒服?";
|
|
|
// 推送
|
|
|
const sympText = this.getSympText();
|
|
|
this.getPush(sympText);
|
|
@@ -176,10 +176,10 @@ export default {
|
|
|
if(this.chooseSymp.length>1||localStorage.getItem("staticSymp")){
|
|
|
this.getPush(sympText);
|
|
|
}
|
|
|
- this.quesText = "请问您还有其他不适吗?";
|
|
|
+ this.quesText = "您是否还有其他不舒服?";
|
|
|
}else{
|
|
|
this.getSympList();
|
|
|
- this.quesText = "请问您这次哪里最不舒服?";
|
|
|
+ this.quesText = "您哪里不舒服?";
|
|
|
}
|
|
|
},
|
|
|
deep:true
|
|
@@ -254,7 +254,6 @@ export default {
|
|
|
search(flg) {
|
|
|
this.$store.commit('setSearchShow', flg);
|
|
|
},
|
|
|
-
|
|
|
getSympList() {
|
|
|
const param = {
|
|
|
"age": this.pathInfo.patientAge,
|