Files
dvcp_v2_wxcp_app/src/project/saas/AppPropagandaStatistics/groupSendResident.vue

22 lines
288 B
Vue
Raw Normal View History

2022-07-12 18:10:42 +08:00
<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>