Files
dvcp_v2_wechat_app/src/project/fengdu/AppNewFarmerBank/handpick.vue

30 lines
323 B
Vue
Raw Normal View History

2023-04-03 17:03:43 +08:00
<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>