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
697 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 tr">
<view class="weui-input tr pen c9">已认证({{name}}</view>
</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>