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
@@ -13,14 +13,14 @@
</view>
<view class="comm_fg_s"></view>
<view class="people_number_item">
<view class="title_">直推人数</view>
<view class="title_">推广人数</view>
<view class="value_">{{ (juniorSummaryData && juniorSummaryData.ztCount) || 0 }}</view>
</view>
<view class="comm_fg_s"></view>
<!-- <view class="comm_fg_s"></view>
<view class="people_number_item">
<view class="title_">间推人数</view>
<view class="value_">{{ (juniorSummaryData && juniorSummaryData.jtCount) || 0 }}</view>
</view>
</view> -->
</view>
<view class="current_user_id" v-if="form.userId">当前用户ID:{{ form.userId }}</view>
<view class="current_user_tips">
@@ -84,7 +84,7 @@
<view v-else class="not_order_warp">
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/not_order.png" width="80" height="80"
bgColor="#f1f6ff00"></up-image>
<view class="not_order_msg_warp">团队暂无数据</view>
<view class="not_order_msg_warp">暂无数据</view>
</view>
<view v-if="royaltyLoading" style="text-align: center;">加载中...</view>
</scroll-view>