jiangping
2024-12-20 53b6400ec10c8ca61ccec91c82c358d2488eead8
h5/pages/waybill/home.vue
@@ -4,7 +4,7 @@
      <view class="login_wrap">
         <view class="item">
            <view class="la">手机号</view>
           <input v-model="form.phone" maxlength="18" placeholder-class="placeholder9" placeholder="请输入手机号" />
           <input v-model="form.phone" type="tel" maxlength="18" placeholder-class="placeholder9" placeholder="请输入手机号" />
         </view>
         <view class="item">
            <view class="la">验证码</view>
@@ -13,7 +13,8 @@
                v-model="form.code"
                placeholder="请输入验证码"
                 placeholder-class="placeholder9"
                type="text"
                  :maxlength="6"
                type="number"
              />
              <text class="captcha" v-if="countDown == 0" @click="initCaptcha"
                >获取验证码</text