精选动态
This commit is contained in:
29
src/project/fengdu/AppNewFarmerBank/pickDetail.vue
Normal file
29
src/project/fengdu/AppNewFarmerBank/pickDetail.vue
Normal file
@@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<div class="pickDetail">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'pickDetail',
|
||||
appName: '精选动态',
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
method: {
|
||||
|
||||
},
|
||||
onLoad(o) {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.pickDetail {
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user