完成订单详情

This commit is contained in:
wwz
2025-03-13 09:15:51 +08:00
parent 7dde4ed754
commit e6ca187e5a
14 changed files with 219 additions and 176 deletions

View File

@@ -49,13 +49,14 @@
}
if (password.value.length === 6) {
emits('inputComplete', password.value);
password.value = ''
}
};
// 关闭模态框
const closeModal = () => {
emits('close');
password.value = '';
password = '';
};
// 将方法暴露给父组件
defineExpose({