mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 07:29:48 +08:00
【新增】小程序端用户中心昵称位置增加显示会员编号,方便管理核对用户。
This commit is contained in:
@@ -43,7 +43,8 @@
|
|||||||
<text class="coreshop-margin-right-10">{{ userInfo.nickName }}</text>
|
<text class="coreshop-margin-right-10">{{ userInfo.nickName }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="coreshop-font-12 coreshop-padding-bottom-10 coreshop-flex-direction-row">
|
<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>
|
||||||
<view class="coreshop-font-12 coreshop-flex-direction-row">
|
<view class="coreshop-font-12 coreshop-flex-direction-row">
|
||||||
<text class="text-border-x">{{pointShowName}}:{{ userInfo.point }}</text>
|
<text class="text-border-x">{{pointShowName}}:{{ userInfo.point }}</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user