Kaynağa Gözat

症状详情提示语修改

luolei 5 yıl önce
ebeveyn
işleme
e3457040de
2 değiştirilmiş dosya ile 4 ekleme ve 5 silme
  1. 3 4
      src/components/Symptom.vue
  2. 1 1
      src/components/TabPage.vue

+ 3 - 4
src/components/Symptom.vue

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

+ 1 - 1
src/components/TabPage.vue

@@ -144,7 +144,7 @@ export default {
       background-color: #colors[btn];
       display: inline-block;
       position: absolute;
-      bottom: -0.2rem;
+      bottom: -0.16rem;
       left: 50%;
       margin-left: -0.3rem;
     }