feat: 投诉仅限邀请人+人工客服展示+抢单池商家指标与平台标签
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
<!-- 介绍区 -->
|
||||
|
||||
Reference in New Issue
Block a user