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
703 B
Plaintext

2 years ago
<form bindsubmit='onSubmit'>
<view class="weui-cells__group weui-cells__group_form p010">
<view class="weui-cells weui-cells_form br8 noTopBorder">
<view class="weui-cell weui-cell_active">
<view class="weui-cell__hd"><label class="weui-label">用户名</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:70px;margin-bottom:30px;" catchtap="login">
保存
</button>
</form>