From 96a2b1c68aa545abbf8245b0b2859b342fa6e63d Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期四, 19 十二月 2024 10:18:19 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- h5/pages/waybill/home.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/h5/pages/waybill/home.vue b/h5/pages/waybill/home.vue index 16478c4..dc5d12e 100644 --- a/h5/pages/waybill/home.vue +++ b/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 -- Gitblit v1.9.3