爱尚家接口合并到cms-api.websoft.top

This commit is contained in:
2025-06-08 11:17:30 +08:00
parent 2c77a45e5d
commit 522281300f
8 changed files with 168 additions and 36 deletions

View File

@@ -15,7 +15,7 @@
<view class="user-content">
<view class="nick-name">
<!-- {{ userInfo.certification }} -->
<text>{{ userInfo.nickname }}</text>
<text>{{ userInfo.nickname }}-{{ userInfo.userId }}</text>
<image v-if="userInfo.sex == 1" src="../../static/icon/sex_man.png" mode="widthFix"></image>
<image v-if="userInfo.sex == 2" src="../../static/icon/sex_woman.png" mode="widthFix"></image>
</view>