Selaa lähdekoodia

修改客户端提示

peiguo 3 vuotta sitten
vanhempi
commit
9eddb32980
1 muutettua tiedostoa jossa 6 lisäystä ja 6 poistoa
  1. 6 6
      whepi-ui/templates/home/ribao.ftl

+ 6 - 6
whepi-ui/templates/home/ribao.ftl

@@ -716,7 +716,7 @@
                         <div style="color: gray;height: 30px;line-height: 30px; width: 35%;">接种医院</div>
                         <input id="first_hospital" class="weui-input" autofocus="" type="text"
                                <#if vaccine?? && vaccine.firstHospital??>value="${vaccine.firstHospital}"</#if>
-                               placeholder="请选择"
+                               placeholder="未接种不用填写"
                                maxlength="20"
                                style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
                     </div>
@@ -725,7 +725,7 @@
                         <div style="color: gray;height: 30px;line-height: 30px; width: 35%;">接种单位</div>
                         <input id="first_unit" class="weui-input" autofocus="" type="text"
                                <#if vaccine?? && vaccine.firstUnit??>value="${vaccine.firstUnit}"</#if>
-                               placeholder="请选择"
+                               placeholder="未接种不用填写"
                                maxlength="20"
                                style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
                     </div>
@@ -746,7 +746,7 @@
                         <div style="color: gray;height: 30px;line-height: 30px; width: 35%;">接种医院</div>
                         <input id="second_hospital" class="weui-input" autofocus="" type="text"
                                <#if vaccine?? && vaccine.secondHospital??>value="${vaccine.secondHospital}"</#if>
-                               placeholder="请选择"
+                               placeholder="未接种不用填写"
                                maxlength="20"
                                style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
                     </div>
@@ -755,7 +755,7 @@
                         <div style="color: gray;height: 30px;line-height: 30px; width: 35%;">接种单位</div>
                         <input id="second_unit" class="weui-input" autofocus="" type="text"
                                <#if vaccine?? && vaccine.secondUnit??>value="${vaccine.secondUnit}"</#if>
-                               placeholder="请选择"
+                               placeholder="未接种不用填写"
                                maxlength="20"
                                style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
                     </div>
@@ -776,7 +776,7 @@
                         <div style="color: gray;height: 30px;line-height: 30px; width: 35%;">接种医院</div>
                         <input id="third_hospital" class="weui-input" autofocus="" type="text"
                                <#if vaccine?? && vaccine.thirdHospital??>value="${vaccine.thirdHospital}"</#if>
-                               placeholder="请选择"
+                               placeholder="未接种不用填写"
                                maxlength="20"
                                style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
                     </div>
@@ -785,7 +785,7 @@
                         <div style="color: gray;height: 30px;line-height: 30px; width: 35%;">接种单位</div>
                         <input id="third_unit" class="weui-input" autofocus="" type="text"
                                <#if vaccine?? && vaccine.thirdUnit??>value="${vaccine.thirdUnit}"</#if>
-                               placeholder="请选择"
+                               placeholder="未接种不用填写"
                                maxlength="20"
                                style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
                     </div>