问题修复

This commit is contained in:
gyq
2025-10-13 18:55:30 +08:00
parent 8e3bc9cc3b
commit 125365f3dc
9 changed files with 138 additions and 69 deletions

View File

@@ -252,6 +252,7 @@ function paySuccess() {
socket.cartInit()
goodsStore.successClearCart()
goodsStore.clearVipUserInfo()
payCardRef.value.resetCouponFormHandle()
}
const payCardRef = ref(null)
@@ -294,6 +295,8 @@ function returnHandle() {
backendCoupons: [],
fixedAmount: ''
})
payCardRef.value.resetCouponFormHandle()
}
defineExpose({