优化loading
This commit is contained in:
@@ -65,8 +65,8 @@ function refundConfirm() {
|
||||
emits('succcess')
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
refundLoading.value = false
|
||||
}
|
||||
refundLoading.value = false
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
@@ -200,9 +200,9 @@ async function groupOrdergroupScanHandle() {
|
||||
ElMessage.success('核销成功')
|
||||
emits('succcess')
|
||||
} catch (error) {
|
||||
groupDetailLoading.value = false
|
||||
console.log('groupOrdergroupScanHandle.error', error);
|
||||
}
|
||||
groupDetailLoading.value = false
|
||||
}
|
||||
|
||||
const douyin_table = ref(null)
|
||||
@@ -259,12 +259,12 @@ async function submitHandle() {
|
||||
break;
|
||||
}
|
||||
} catch (error) {
|
||||
loading.value = false
|
||||
console.log('submitHandle.error', error);
|
||||
if (error.code == 4399) {
|
||||
BindShopRef.value.show()
|
||||
}
|
||||
}
|
||||
loading.value = false
|
||||
}
|
||||
|
||||
// 重新扫码
|
||||
|
||||
Reference in New Issue
Block a user