修复了诸多问题

This commit is contained in:
2026-06-16 00:17:36 +08:00
parent 3dc03f6fe5
commit 0767e23f11
32 changed files with 167 additions and 166 deletions

View File

@@ -84,7 +84,7 @@
<view class="load-state" wx:if="{{!hasMore && dashouList.length > 0}}"><text>— 已全部加载 —</text></view>
<view class="empty" wx:if="{{!isLoading && dashouList.length === 0}}">
<image src="/images/empty.png" mode="aspectFit" />
<text>暂无下级打手</text>
<text>暂无下级接单员</text>
</view>
</view>
</scroll-view>