no message

This commit is contained in:
2025-12-11 13:48:48 +08:00
parent f11a12a416
commit 6c92138283
17 changed files with 1446 additions and 785 deletions
@@ -77,7 +77,7 @@
<!-- 提成货币 -->
<view class="card_item_comm" style="padding: 30rpx 30rpx 0;">
<view class="card_title_comm">
提成货币
贡献值奖励
</view>
<view class="commission_count">
<view style="margin-right: 10rpx;">
@@ -90,7 +90,7 @@
</view>
<view class="card_item_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="openTcShow = true;" />
</view>
@@ -113,7 +113,7 @@
</view>
<view class="card_fg_comm"></view>
<view class="card_item_comm">
<view class="card_title_comm">提成来源</view>
<view class="card_title_comm">奖励来源</view>
<view class="royalty_list">
<scroll-view scroll-y="true" @scrolltolower="loadMore"
:style="{ 'height': 'calc(100vh - 1220rpx)' }">
@@ -147,14 +147,15 @@
<up-modal :show="openTeamShow" :showConfirmButton="false">
<view class="slot-content">
<view class="close_warp" @click="openTeamShow = false;">
<up-image src="/static/common/close.png" width="20" height="20" bgColor="#f1f6ff00"></up-image>
<u-icon size="22" name="close" ></u-icon>
<!-- <up-image src="/static/common/close.png" width="20" height="20" bgColor="#f1f6ff00"></up-image> -->
</view>
<view class="content_">
<view class="content_1">温馨提示</view>
<view class="content_2">1、订单金额:团队下的总业绩</view>
<view class="content_2">2、订单数量:团队下的总订单数</view>
<view class="content_2">3、直购订单金额:直推的总订单金额</view>
<view class="content_2">4、直购订单数:直推的总订单数</view>
<view class="content_2"><text style="font-weight: 400;color:#666">1、订单金额:邀请的所有人总消费金额</text></view>
<view class="content_2"><text style="font-weight: 400;color:#666">2、订单数量:邀请的所有人下单总订单数</text></view>
<view class="content_2"><text style="font-weight: 400;color:#666">3、直购订单金额:直接邀请的总订单金额</text></view>
<view class="content_2"><text style="font-weight: 400;color:#666">4、直购订单数:直接邀请的总订单数</text></view>
</view>
<view class="but_">
<view class="but_copy" @click="openTeamShow = false;">确定</view>
@@ -165,14 +166,15 @@
<up-modal :show="openTcShow" :showConfirmButton="false">
<view class="slot-content">
<view class="close_warp" @click="openTcShow = false;">
<up-image src="/static/common/close.png" width="20" height="20" bgColor="#f1f6ff00"></up-image>
<u-icon size="22" name="close" ></u-icon>
<!-- <up-image src="/static/common/close.png" width="20" height="20" bgColor="#f1f6ff00"></up-image> -->
</view>
<view class="content_">
<view class="content_1">温馨提示</view>
<view class="content_2">1、今日:今日0点到当前时间的数据</view>
<view class="content_2">2、当前未结算:当前所有收货后未结算的数据</view>
<view class="content_2">3、直购订单金额:直推的总订单金额</view>
<view class="content_2">4、已结算:所有已结算的数据</view>
<view class="content_2"><text style="font-weight: 400;color:#666">1、今日:今日0点到当前时间的数据</text></view>
<view class="content_2"><text style="font-weight: 400;color:#666">2、当前未结算:当前所有收货后未结算的数据</text></view>
<view class="content_2"><text style="font-weight: 400;color:#666">3、直购订单金额:直推的总订单金额</text></view>
<view class="content_2"><text style="font-weight: 400;color:#666">4、已结算:所有已结算的数据</text></view>
</view>
<view class="but_">
<view class="but_copy" @click="openTcShow = false;">确定</view>