修复已知问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user