银花优选微信小程序修改后的最新版本代码
This commit is contained in:
29
pages/mypassword/index.wxml
Normal file
29
pages/mypassword/index.wxml
Normal 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>
|
||||
Reference in New Issue
Block a user