提交项目

This commit is contained in:
liuyuan
2025-04-09 10:25:05 +08:00
parent c8c5c2f496
commit 648a993d14
10 changed files with 59 additions and 50 deletions

View File

@@ -23,7 +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="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>