优化loading

This commit is contained in:
gyq
2025-04-09 17:57:51 +08:00
parent e443b5b51e
commit f466bdc9f4
10 changed files with 23 additions and 23 deletions

View File

@@ -65,8 +65,8 @@ function refundConfirm() {
emits('succcess')
} catch (error) {
console.log(error);
refundLoading.value = false
}
refundLoading.value = false
}
})
}

View File

@@ -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
}
// 重新扫码