修改佣金温馨提示

This commit is contained in:
BAKEYi 2026-04-28 14:56:14 +08:00
parent 7a5181a638
commit f4e9bcc0f6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<view class="select-serve">
<custom-navbar title="设置佣金" backgroundColor="#FFFFFF"></custom-navbar>
<view class="select-tip">
<text style="color: #E8101E;">温馨提示</text>支持 快速设置百分比如每单返 2%佣金成功成交的订单系统会按照实付金额*佣金比例进行扣减
<text style="color: #E8101E;">温馨提示</text>支持 按1%~30%区间设置佣金比例订单成功成交后系统将按实付金额 × 佣金比例自动扣减
</view>
<view v-for="(item,index) in selectedItems" :key="index" class="serve-card">
<image :src="item.photo[0]" mode="aspectFill" class="serve-card__img"></image>