This commit is contained in:
李志鹏
2025-10-16 15:53:47 +08:00
parent b56f8bd03e
commit 2571a1c89e
3 changed files with 32 additions and 11 deletions

View File

@@ -11,12 +11,11 @@
emit('view-type', 1)
})
const onSave = () => {
// console.log('保存')
router.push({ name: 'end' })
console.log('保存')
}
const onContinue = () => {
console.log('继续创建')
router.push({ name: 'end' })
}
</script>
@@ -72,6 +71,7 @@
border-radius: 2rem;
background-color: #fff;
margin-bottom: 4rem;
border: 0.1rem solid #000;
> img {
width: 100%;
height: 100%;