Przeglądaj źródła

首页文案修改

zhouna 5 lat temu
rodzic
commit
04976335be
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      src/components/PathInfo.vue

+ 4 - 4
src/components/PathInfo.vue

@@ -31,7 +31,7 @@
             <p class="big">智能预问诊</p>
             <p class="big">智能预问诊</p>
           </div>
           </div>
           <div class="inner">
           <div class="inner">
-            <p>该系统通过智能引导式问诊,帮助医生规范、全面的采集患者的症状、体征、病史等信息,从而实现诊疗流程的优化和配置。</p>
+            <p>请认真填写以下内容,以便就诊时医生可以更好的了解病情,感谢您的配合!</p>
             <button @click="getStart">开始</button>
             <button @click="getStart">开始</button>
           </div>
           </div>
           <!-- <p v-if="type==3">您已完成过一次预问诊,是否再次录入</p> -->
           <!-- <p v-if="type==3">您已完成过一次预问诊,是否再次录入</p> -->
@@ -195,7 +195,7 @@
           this.submit = false
           this.submit = false
           clearTimeout(timer)
           clearTimeout(timer)
         }, 2000);
         }, 2000);
-      }, 
+      },
     },
     },
     components:{
     components:{
       Submit
       Submit
@@ -258,7 +258,7 @@
       white-space: nowrap;
       white-space: nowrap;
       overflow-x: auto;
       overflow-x: auto;
       padding:0 .15rem .15rem 0;
       padding:0 .15rem .15rem 0;
-      -webkit-overflow-scrolling: touch;  
+      -webkit-overflow-scrolling: touch;
       text-align: center;//隐藏儿童
       text-align: center;//隐藏儿童
     }
     }
     .emery,.child{
     .emery,.child{
@@ -315,4 +315,4 @@
       background-size: cover;
       background-size: cover;
     }
     }
   }
   }
-</style>
+</style>