Browse Source

商城PC端个人信息页面添加我的积分显示

master
dy-hu 7 months ago
parent
commit
9927af00ac
  1. 6
      src/views/userCenter/userInfo/userInfo.vue

6
src/views/userCenter/userInfo/userInfo.vue

@ -29,6 +29,12 @@
<span>{{ userInfo.idCard }}</span>
</div>
</div>
<div class="bindPhoneBox userBlock">
<label>我的积分</label>
<div class="phoneInfo">
<span style="color: orange">{{ userInfo.credit }}</span>
</div>
</div>
</div>
<div class="right">
<div class="birthTimeBox userBlock">

Loading…
Cancel
Save