fix:修改图标和其他
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
<uni-icons v-else type="contact-filled" size="70"></uni-icons>
|
||||
<view class="nickname">
|
||||
<text class="name">{{ userInfo?.userName || '' }}</text>
|
||||
<text class="name">ID:{{ userInfo?.userId || '' }}</text>
|
||||
<text class="name">ID:{{ userInfo?.invitationCode || '' }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<image
|
||||
@@ -111,7 +111,7 @@
|
||||
<view class="top-box">
|
||||
<view class="left-name">
|
||||
<text>账户积分</text>
|
||||
<text>{{ formatNumberWithWan(integralData) }}</text>
|
||||
<text>{{ integralData }}</text>
|
||||
</view>
|
||||
<view class="right-btn">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user