提交最新项目

This commit is contained in:
liuyuan
2025-03-19 09:17:47 +08:00
parent 2e63c85114
commit 37829438bc
4 changed files with 142 additions and 39 deletions

View File

@@ -23,6 +23,7 @@
</view>
<view class="userInfoBox">
<view class="name">{{ userMes.nickname ? userMes.nickname : "未设置" }}</view>
<view class="phone" v-if="userMes.tel">手机号({{ userMes.tel }})</view>
<view class="vip_type" v-if="$platform=='android'&&textList.length>0">
<view class="vip_type_item" v-for="(item,index) in textList" :key="index">
{{item}}<image src="@/static/icon/chao_vip.png"></image>