忽略本地报错信息文件
This commit is contained in:
@@ -1475,7 +1475,9 @@ const confirmPayment = async () => {
|
||||
isDispatchSubmitting.value = true
|
||||
uni.showLoading({ title: '正在安排服务', mask: true })
|
||||
try {
|
||||
console.log('[confirmPayment] 开始派单,orderId:', orderId.value)
|
||||
const dispatchResult = await dispatchPaidHomecareOrder(orderId.value)
|
||||
console.log('[confirmPayment] 派单结果:', JSON.stringify(dispatchResult))
|
||||
uni.hideLoading()
|
||||
if (dispatchResult.success) {
|
||||
uni.redirectTo({
|
||||
|
||||
Reference in New Issue
Block a user