wangxy 15 часов назад
Родитель
Сommit
bb55cf7ba0

+ 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() {