feat: 投诉仅限邀请人+人工客服展示+抢单池商家指标与平台标签

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-27 01:55:45 +08:00
parent 16eecd1278
commit 2a8f7c427c
6 changed files with 255 additions and 22 deletions

View File

@@ -113,6 +113,12 @@
<view class="top-line"></view>
<text class="pingtai-tag">平台订单</text>
</view>
<view class="platform-badge-row">
<text class="platform-badge">老板自助下单</text>
<text class="platform-badge">结算快</text>
<text class="platform-badge accent">价格高</text>
</view>
<!-- 指定单标识行 - 新增头像和昵称 -->
<view wx:if="{{item.isZhiding}}" class="zhiding-row">
@@ -211,7 +217,14 @@
src="{{item.full_tupian_url}}"
mode="aspectFill"
/>
<text class="shangjia-nicheng">{{item.sjnicheng || '未知商家'}}</text>
<view class="shangjia-meta">
<text class="shangjia-nicheng">{{item.sjnicheng || '未知商家'}}</text>
<view class="merchant-stat-row" wx:if="{{item.shangjia_deal_stat}}">
<text class="merchant-stat" wx:if="{{item.shangjia_deal_stat.deal_rate_text}}">成交 {{item.shangjia_deal_stat.deal_rate_text}}</text>
<text class="merchant-stat" wx:if="{{item.shangjia_deal_stat.fine_rate_text}}">罚款 {{item.shangjia_deal_stat.fine_rate_text}}</text>
<text class="merchant-stat highlight" wx:if="{{item.shangjia_deal_stat.avg_deal_hours_text}}">均时 {{item.shangjia_deal_stat.avg_deal_hours_text}}</text>
</view>
</view>
</view>
<!-- 介绍区 -->