chore: 抢单池机甲UI改造前备份当前工作区

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-06-29 19:14:03 +08:00
parent e8fb32c1fe
commit 8093497c51
6 changed files with 101 additions and 84 deletions

View File

@@ -12,11 +12,10 @@
<view class="kefu-float kefu-float--full">
<view class="kefu-unread-badge" wx:if="{{csUnread > 0}}">{{csUnread > 99 ? '99+' : csUnread}}</view>
<view class="kefu-float-main" catchtap="onContact">
<text class="kefu-float-icon">💬</text>
<image class="kefu-float-icon-img" src="{{iconUrl}}" mode="aspectFit" binderror="onIconError"/>
<view class="kefu-text-col">
<text class="kefu-float-text">联系客服</text>
<text class="kefu-float-sub" wx:if="{{csUnread > 0}}">客服有新消息</text>
<text class="kefu-float-sub kefu-float-sub--muted" wx:else>咨询订单 / 账号问题</text>
<text class="kefu-float-sub" wx:if="{{csUnread > 0}}">有新消息</text>
</view>
</view>
<view class="kefu-float-close" catchtap="onHideTap">
@@ -25,7 +24,6 @@
</view>
<view class="kefu-permanent-row" catchtap="onSessionDismiss">
<text class="kefu-permanent-label">本次不再显示</text>
<text class="kefu-permanent-x">×</text>
</view>
</view>
</block>
@@ -34,12 +32,10 @@
<view class="kefu-wrap kefu-wrap--mini">
<view class="kefu-float kefu-float--mini" catchtap="onContact" bindlongpress="onExpand">
<view class="kefu-unread-badge kefu-unread-badge--mini" wx:if="{{csUnread > 0}}">{{csUnread > 99 ? '99+' : csUnread}}</view>
<text class="kefu-float-mini-icon">💬</text>
<text class="kefu-mini-label">联系客服</text>
<image class="kefu-float-mini-icon-img" src="{{iconUrl}}" mode="aspectFit" binderror="onIconError"/>
</view>
<view class="kefu-permanent-row kefu-permanent-row--mini" catchtap="onSessionDismiss">
<text class="kefu-permanent-x">×</text>
<text class="kefu-permanent-label">本次隐藏</text>
<text class="kefu-permanent-label">隐藏</text>
</view>
</view>
</block>