You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
683 B
Plaintext
16 lines
683 B
Plaintext
|
2 years ago
|
<form bindsubmit='onSubmit'>
|
||
|
|
<view class="weui-cells__group weui-cells__group_form p10">
|
||
|
|
<view class="weui-cells weui-cells_form br8 mt0">
|
||
|
|
<view class="weui-cell">
|
||
|
|
<view class="weui-cell__hd"><label class="weui-label fw500">用户名</label></view>
|
||
|
|
<view class="weui-cell__bd">
|
||
|
|
<input name="userName" value="{{userName}}" class="weui-input tr" placeholder="请输入用户名" placeholder-class="weui-input__placeholder" />
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
|
||
|
|
<button type='primary' formType='submit' class="loginOut" style="font-weight:400;margin-top:90px;margin-bottom:30px;" catchtap="login">
|
||
|
|
保存
|
||
|
|
</button>
|
||
|
|
</form>
|