2023-03-20 08:32:07 +08:00
|
|
|
<template>
|
2023-03-20 08:58:04 +08:00
|
|
|
<div class="AppHelpEachOther">
|
|
|
|
|
<AiEmpty :description="`丰收号 内容建设中…`" class="emptyWrap"></AiEmpty>
|
2023-03-20 08:32:07 +08:00
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
export default {
|
2023-03-20 08:58:04 +08:00
|
|
|
name: "AppHelpEachOther",
|
2023-03-20 08:32:07 +08:00
|
|
|
appName: "家庭教育互助惠",
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
onShow() {}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
|
|
</style>
|