空页面

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,22 @@
<template>
<div class="AppHelpEachOther">
<AiEmpty :description="`丰收号 内容建设中…`" class="emptyWrap"></AiEmpty>
</div>
</template>
<script>
export default {
name: "AppHelpEachOther",
appName: "家庭教育互助惠",
data() {
return {
}
},
onShow() {}
}
</script>
<style>
</style>