ll
liukangdong
2024-12-16 ebf7a029c270a728c7578870d6d60a5762f0d1f2
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,7 @@
                v-model="form.code"
                placeholder="请输入验证码"
                 placeholder-class="placeholder9"
                type="text"
                type="number"
              />
              <text class="captcha" v-if="countDown == 0" @click="initCaptcha"
                >获取验证码</text