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.
9 lines
410 B
Plaintext
9 lines
410 B
Plaintext
<view>
|
|
<view class="trueName" hover-class="none" hover-stop-propagation="false">
|
|
<span class='display-flex fw500'>实名认证<view class='iconfont icon-yirenzheng fw400 f18 ml4' style="color: var(--color-ysd);"></view></span>
|
|
<span style="align-items:center">{{name}}</span>
|
|
</view>
|
|
<view class="explain" hover-class="none" hover-stop-propagation="false" style="">
|
|
暂不支持修改。
|
|
</view>
|
|
</view> |