32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
|
|
<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>
|