zhaoxiaohai пре 4 година
родитељ
комит
b7e4a93b26
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pages/userCenter/index.wxml

+ 1 - 1
pages/userCenter/index.wxml

@@ -25,7 +25,7 @@
             <van-field value="{{ frole }}" bind:input='eliminate' data-name="frole" bind:focus='inputFocus' bindblur='inputBlur' error="{{errTips.frole}}" input-class="input-class" placeholder="身份/职位" border="{{ false }}" />
         </My_GreyRectangleForm>
         <My_GreyRectangleForm title="手机" required>
-            <van-field disabled model:value="{{ fphonenumber }}" data-name="fphonenumber" bind:focus='inputFocus' bindblur='inputBlur' error="{{errTips.fphonenumber}}" input-class="input-class" placeholder="手机号" border="{{ false }}" />
+            <van-field disabled model:value="{{ fphonenumber }}" data-name="fphonenumber" bind:focus='inputFocus' bindblur='inputBlur' error="{{errTips.fphonenumber}}" input-class="input-class fbirthdate" placeholder="手机号" border="{{ false }}" />
         </My_GreyRectangleForm>
         <My_GreyRectangleForm title="微信">
             <van-field value="{{ fwechatno }}" data-name="fwechatno" bind:input='eliminate' input-class="input-class" placeholder="微信号/手机号" border="{{ false }}" />