银花优选微信小程序修改后的最新版本代码
This commit is contained in:
31
pages/forgetPassword/index.wxml
Normal file
31
pages/forgetPassword/index.wxml
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
<view class="container">
|
||||
|
||||
<view class="login-box">
|
||||
|
||||
<view class="frombody">
|
||||
<form bindsubmit='login'>
|
||||
<!--<view>
|
||||
<text>用户名:</text><input name="username" bindinput='getusernameValue' type="text" placeholder="请填写用户名" value="" />
|
||||
</view>-->
|
||||
<view>
|
||||
<text>手机号码:</text><input name="phone" bindinput='getphoneValue' type="text" placeholder="请填写手机号码" value="" />
|
||||
</view>
|
||||
<view>
|
||||
<text>手机验证码:</text><input name="code" type="text" placeholder="请填写手机验证码" value="" class="code" /><view class="getcode" bindtap="getcode">{{getcode}}</view>
|
||||
</view>
|
||||
<view>
|
||||
<text>新密码:</text><input name="psd" type="password" placeholder="请填写登录密码" value="" />
|
||||
</view>
|
||||
<view>
|
||||
<text>确认新密码:</text><input name="psd2" type="password" placeholder="请填写登录密码" value="" />
|
||||
</view>
|
||||
<view class="button">
|
||||
<button form-type="submit">{{savebutton}}</button>
|
||||
</view>
|
||||
|
||||
</form>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user