优化下单折扣

This commit is contained in:
gyq
2025-03-20 18:30:32 +08:00
parent 87e8976353
commit a914adc9f8
5 changed files with 50 additions and 12 deletions

View File

@@ -225,12 +225,12 @@ function paySuccess() {
emits('success')
dialogVisible.value = false;
ElMessage.success('支付成功')
goodsStore.clearCart()
useStorage.del('tableCode')
socket.cartInit()
goodsStore.successClearCart()
}
const payCardRef = ref(null)
function show(t) {
dialogVisible.value = true;