From dc01187c6ca2cf46fef268e84a7ac7fc171f2ebb Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 27 五月 2024 16:12:47 +0800 Subject: [PATCH] 开泵相关 --- pages/wxbind/wxbind.wxml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/pages/wxbind/wxbind.wxml b/pages/wxbind/wxbind.wxml new file mode 100644 index 0000000..ca09c58 --- /dev/null +++ b/pages/wxbind/wxbind.wxml @@ -0,0 +1,14 @@ +<!--pages/wxbind/wxbind.wxml--> +<view class="base-wrapper"> + <view class="container"> + <view class="input-wrapper"> + <input class="input" placeholder="璇疯緭鍏�11浣嶆墜鏈哄彿" maxlength="11" bindinput="bindMobileInput" /> + </view> + <view class="input-wrapper"> + <input class="input" type="number" maxlength="6" placeholder="璇疯緭鍏ラ獙璇佺爜" bindinput="bindCodeInput" /> + <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="button {{isButtonEnabled ? 'button-active' : 'button-disabled'}}" bindtap="bind">缁戝畾寰俊</button> +</view> \ No newline at end of file -- Gitblit v1.8.0