From dc01187c6ca2cf46fef268e84a7ac7fc171f2ebb Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 27 五月 2024 16:12:47 +0800 Subject: [PATCH] 开泵相关 --- pages/login/login.wxml | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/pages/login/login.wxml b/pages/login/login.wxml index b500eae..80ca67a 100644 --- a/pages/login/login.wxml +++ b/pages/login/login.wxml @@ -4,20 +4,16 @@ <image src="/images/login_bg.jpeg"></image> </view> <view class="input-wrapper"> - <view class="label-container"> - <text class="input-label">鎵嬫満鍙凤細</text> - </view> - <input class="input" placeholder="璇疯緭鍏�11浣嶆墜鏈哄彿" maxlength="11" /> + <input class="input" placeholder="璇疯緭鍏�11浣嶆墜鏈哄彿" maxlength="11" bindinput="bindMobileInput" /> </view> <view class="input-wrapper"> - <view class="label-container"> - <text class="input-label"> 瀵嗙爜锛�</text> - </view> - <input class="input" type="password" placeholder="璇疯緭鍏ュ瘑鐮�" bindinput="bindPasswordInput" /> + <input class="input" type="number" placeholder="璇疯緭鍏ラ獙璇佺爜" /> + <button class="code-button" wx:if="{{!codeSent}}" bindtap="sendCode">鑾峰彇楠岃瘉鐮�</button> + <button class="code-button" wx:if="{{codeSent}}" disabled>閲嶆柊鑾峰彇({{countdown}}s)</button> </view> <view> <button class="login-button" bindtap="login">鐧诲綍</button> </view> - </view> \ No newline at end of file +</view> \ No newline at end of file -- Gitblit v1.8.0