银花优选微信小程序修改后的最新版本代码

This commit is contained in:
ss001
2026-02-07 16:22:31 +08:00
commit c00caf5744
516 changed files with 41796 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<view class="container">
<view class="login-box">
<view class="frombody">
<form bindsubmit='bsubmit'>
<view>
<text>手机号码:</text><input name="phone" type="text" value="{{phone}}" disabled="true" />
</view>
<view>
<text>手机验证码:</text><input name="code" class="code" type="text" placeholder="请填写手机验证码" value="" /> <view bindtap="getcode">{{getcode}}</view>
</view>
<view>
<text>新密码:</text><input name="newpwd" type="password" placeholder="请填写新密码" value="" />
</view>
<view>
<text>确认新密码:</text><input name="newconfpwd" type="password" placeholder="请填写确认新密码" value="" />
</view>
<view class="button">
<button form-type="submit">{{savebutton}}</button>
</view>
</form>
</view>
</view>
</view>