|
@@ -17,7 +17,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="label">
|
|
|
- <p class="quest">请问您有哪些不适?<img
|
|
|
+ <p class="quest">{{quesText}}<img
|
|
|
@click="search(true)"
|
|
|
class="searchImg"
|
|
|
src="../images/search.png"
|
|
@@ -102,11 +102,13 @@ export default {
|
|
|
showToast: false,
|
|
|
searchShow: false,//显示搜索界面
|
|
|
tmpItem:{},//检索的症状
|
|
|
- isSearch:false
|
|
|
+ isSearch:false,
|
|
|
+ quesText:"请问您有哪些不适?",
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
if (this.chooseSymp.length > 0) {
|
|
|
+ this.quesText = "请问您还有其他不适吗?";
|
|
|
// 推送
|
|
|
const sympText = this.getSympText();
|
|
|
this.getPush(sympText);
|
|
@@ -154,6 +156,7 @@ export default {
|
|
|
const id = item.questionId || item.id; //常见症状questionId,推送id,两者均有可能没有
|
|
|
//将选中的name存到store中的text
|
|
|
this.$store.commit('setText', { type: moduleCP['symp'], text: item.name,textP: item.name, pId: this.questId });
|
|
|
+ this.quesText = "请问您还有其他不适吗?";
|
|
|
if (id) {
|
|
|
const param = {
|
|
|
"age": this.age,
|