修复已知问题

This commit is contained in:
bobobobo
2026-01-22 01:23:57 +08:00
parent 2b26bfed69
commit 5f2fab9335
18 changed files with 414 additions and 61 deletions

View File

@@ -1,10 +1,14 @@
<script setup>
import { onLoad } from '@dcloudio/uni-app'
import { ref } from 'vue'
const invitationCode = ref('')
onLoad(e => {
invitationCode.value = e?.invitationCode || ''
})
</script>
<template>
<register-app></register-app>
<register-app :invitationCode></register-app>
</template>
<script setup>
</script>
<style lang="scss" scoped>
</style>
<style lang="scss" scoped></style>