【新增】小程序端用户中心昵称位置增加显示会员编号,方便管理核对用户。

This commit is contained in:
大灰灰
2022-08-09 00:18:01 +08:00
parent d8fa0866ca
commit a581e19421

View File

@@ -43,7 +43,8 @@
<text class="coreshop-margin-right-10">{{ userInfo.nickName }}</text>
</view>
<view class="coreshop-font-12 coreshop-padding-bottom-10 coreshop-flex-direction-row">
<text class="coreshop-font-12">等级{{ userInfo.gradeName }}</text>
<text class="text-border-x">编号{{ userInfo.id }}</text>
<text>等级{{ userInfo.gradeName }}</text>
</view>
<view class="coreshop-font-12 coreshop-flex-direction-row">
<text class="text-border-x">{{pointShowName}}{{ userInfo.point }}</text>