空白页面
This commit is contained in:
31
src/project/fengdu/newFarmerBank/newFarmerBank.vue
Normal file
31
src/project/fengdu/newFarmerBank/newFarmerBank.vue
Normal file
@@ -0,0 +1,31 @@
|
||||
<template>
|
||||
<div class="newFarmerBank">
|
||||
<AppEmpty></AppEmpty>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AppEmpty from '../AppEmpty/AppEmpty.vue'
|
||||
export default {
|
||||
name: "newFarmerBank",
|
||||
appName: "丰收银行",
|
||||
components: { AppEmpty },
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
onShow() {
|
||||
uni.setNavigationBarTitle({
|
||||
title: '建设中'
|
||||
});
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user