空页面
This commit is contained in:
29
src/project/fengdu/AppNewFarmerBank/AppNewFarmerBank.vue
Normal file
29
src/project/fengdu/AppNewFarmerBank/AppNewFarmerBank.vue
Normal file
@@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<div class="AppNewFarmerBank">
|
||||
<AiEmpty :description="`丰收号 内容建设中…`" class="emptyWrap"></AiEmpty>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "AppNewFarmerBank",
|
||||
appName: "丰收银行",
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
onShow() {
|
||||
uni.setNavigationBarTitle({
|
||||
title: '建设中'
|
||||
});
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user