Pārlūkot izejas kodu

Merge remote-tracking branch 'origin/2025鹅状元数学' into 2025鹅状元数学

tanxue 18 stundas atpakaļ
vecāks
revīzija
430f33f7f1

+ 1 - 0
pages/chanpinMy/components/duihuanma/duihuanError.vue

@@ -14,6 +14,7 @@ const emits =defineEmits(['confirm'])
 
 function handleConfirm() {
 	emits('confirm')
+  handleClose()
 }
 
 function handleShow() {

+ 1 - 0
pages/chanpinMy/components/duihuanma/duihuanSuccess.vue

@@ -14,6 +14,7 @@ const emits =defineEmits(['confirm'])
 
 function handleConfirm() {
 	emits('confirm')
+  handleClose()
 }
 
 function handleShow() {