|
@@ -45,8 +45,10 @@
|
|
|
<!-- 真实姓名 -->
|
|
|
<view class="userCell-item">
|
|
|
<view class="userCell-title oldTextjp" oldstyle="font-size: 20px;">
|
|
|
- <text class="user"><img style="visibility: middle;;" src="../../assets/img/edit-box-fill.svg"
|
|
|
- alt=""></text>
|
|
|
+ <text class="user">
|
|
|
+ <svg style="visibility: middle;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path fill="#00B962" d="M3 4.995C3 3.893 3.893 3 4.995 3h14.01C20.107 3 21 3.893 21 4.995v14.01A1.995 1.995 0 0 1 19.005 21H4.995A1.995 1.995 0 0 1 3 19.005V4.995zM6.357 18h11.49a6.992 6.992 0 0 0-5.745-3 6.992 6.992 0 0 0-5.745 3zM12 13a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/>
|
|
|
+ </svg>
|
|
|
+ </text>
|
|
|
<p class="oldTextjp" oldstyle="font-size: 18px;">姓名</p>
|
|
|
</view>
|
|
|
<view class="userCell-content oldTextjp2" oldstyle="font-size: 18px;" @click="maskShow2">
|
|
@@ -168,7 +170,7 @@
|
|
|
<p class="oldTextjp" oldstyle="font-size: 18px;">注销账号</p>
|
|
|
</view>
|
|
|
<view class="userCell-content">
|
|
|
- <view class="value black" :style="elderStatus ? 'font-size: 16px;' : 'font-size: 14px;'">
|
|
|
+ <view class="value black" :style="elderStatus ? 'font-size: 14px;' : 'font-size: 12px;'">
|
|
|
注销后无法恢复,请谨慎操作
|
|
|
</view>
|
|
|
<u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="48"></u-icon>
|