新增页面

This commit is contained in:
2022-02-15 11:55:48 +08:00
parent 53e800738b
commit ad58731a78
4 changed files with 50 additions and 19 deletions

21
pages/im/group/invite.vue Normal file
View File

@@ -0,0 +1,21 @@
<template>
<view class="">
</view>
</template>
<script>
export default {
data() {
return {
targetId: ''
}
},
onLoad(e) {
this.targetId = e.targetId
}
}
</script>
<style>
</style>