30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
|
|
<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>
|