From ebf7a029c270a728c7578870d6d60a5762f0d1f2 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期一, 16 十二月 2024 19:35:07 +0800 Subject: [PATCH] ll --- h5/pages/waybill/home.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/h5/pages/waybill/home.vue b/h5/pages/waybill/home.vue index 16478c4..d76ff1e 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,7 @@ v-model="form.code" placeholder="璇疯緭鍏ラ獙璇佺爜" placeholder-class="placeholder9" - type="text" + type="number" /> <text class="captcha" v-if="countDown == 0" @click="initCaptcha" >鑾峰彇楠岃瘉鐮�</text -- Gitblit v1.9.3