no message

This commit is contained in:
2025-08-15 21:29:24 +08:00
parent b5425c30e8
commit a660d65d96
9 changed files with 26 additions and 26 deletions
@@ -5,7 +5,7 @@
<view style="margin-top: 10rpx;">
<up-image src="/static/common/left_b.png" width="18" height="20" bgColor="#f1f6ff00" @click="jumpMine" />
</view>
<view class="title_">我的团队</view>
<view class="title_">我的推广</view>
</view>
<!-- 我的信息 -->
<view class="my_info">
@@ -28,7 +28,7 @@
<!-- 我的团队 -->
<view class="card_comm my_team" @click="jumpMyTeam">
<view class="card_title_comm">
我的团队
我的推广
</view>
<view class="my_team_count">
<view style="margin-right: 10rpx;">{{ (performanceData && performanceData.teamCount) || 0 }}人</view>
@@ -40,7 +40,7 @@
<!-- 团队业绩 -->
<view class="card_comm">
<view class="card_title_comm card_title_comm2">
<view>团队业绩</view>
<view>推广业绩</view>
<up-image src="/static/common/tips.png" width="16" height="16" bgColor="#f1f6ff00"
@click="openTeamShow = true;" />
</view>