宣发统计

This commit is contained in:
shijingjing
2022-07-12 18:10:42 +08:00
parent bd8e046e24
commit c8aaa59311
5 changed files with 165 additions and 32 deletions

View File

@@ -0,0 +1,22 @@
<template>
<div class="groupSendResident"></div>
</template>
<script>
export default {
data() {
return {
current: 1,
}
},
methods: {},
onShow() {},
onReachBottom() {
this.current ++
},
}
</script>
<style lang="scss" scoped>
.groupSendResident {}
</style>