空白页面

This commit is contained in:
shijingjing
2023-03-20 08:32:07 +08:00
parent 02abd08424
commit ec8bb6daf0
6 changed files with 121 additions and 3 deletions

View 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>