精选动态
This commit is contained in:
30
src/project/fengdu/AppNewFarmerBank/handpick.vue
Normal file
30
src/project/fengdu/AppNewFarmerBank/handpick.vue
Normal 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>
|
||||
Reference in New Issue
Block a user