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
809 B
Plaintext
16 lines
809 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="{{tel}}" class="weui-input tr pen c9" placeholder="请输入用户名" placeholder-class="weui-input__placeholder" />
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view class="f14 c9 mt10 tc">手机号认证以后,不可修改,可用于报名。</view>
|
||
|
|
<!-- <button type='primary' formType='submit' class="loginOut" style="font-weight:400;margin-top:70px;margin-bottom:30px;" catchtap="login">
|
||
|
|
保存
|
||
|
|
</button> -->
|
||
|
|
</form>
|