空页面

This commit is contained in:
shijingjing
2023-03-20 08:58:04 +08:00
parent ec8bb6daf0
commit 7ccd4fccdf
6 changed files with 31 additions and 73 deletions

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