宣发统计
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user