忽略本地报错信息文件

This commit is contained in:
2026-06-17 10:20:43 +08:00
parent 6b11144366
commit 090362c32d
191 changed files with 5434 additions and 76452 deletions

View File

@@ -1667,7 +1667,9 @@ const redispatchServiceOrder = async (order: OrderItem) => {
isRedispatching = true
uni.showLoading({ title: '正在重新派单', mask: true })
try {
console.log('[redispatchServiceOrder] 开始重新派单orderId:', order.id)
const result = await dispatchPaidHomecareOrder(order.id)
console.log('[redispatchServiceOrder] 派单结果:', JSON.stringify(result))
uni.hideLoading()
if (result.success) {
uni.showToast({ title: '派单成功', icon: 'success' })