精选动态

This commit is contained in:
shijingjing
2023-04-03 17:03:43 +08:00
parent 14533338aa
commit 65d8f71ea0
4 changed files with 62 additions and 5 deletions

View File

@@ -0,0 +1,30 @@
<template>
<div class="handpick">
hhh
</div>
</template>
<script>
export default {
name: "handpick",
appName: "精选动态",
data() {
return {
}
},
methods: {
getList() {
}
},
onShow() {},
onReachBottom() {
this.current++
this.getList()
},
}
</script>
<style>
</style>