新建数字平昌

This commit is contained in:
aixianling
2023-05-15 16:14:45 +08:00
parent 1203c9610a
commit 3db4ac231b
45 changed files with 9325 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<template>
<div class="AppHelpEachOther">
<AiEmpty img='https://cdn.cunwuyun.cn/fengdu/mdpi_img-jianshezhong.png' :description="`丰收号 内容建设中…`" class="emptyWrap"></AiEmpty>
</div>
</template>
<script>
export default {
name: "AppHelpEachOther",
appName: "家庭教育互助惠",
data() {
return {
}
},
onShow() {}
}
</script>
<style lang="scss" scoped>
.AppHelpEachOther {
::v-deep .emptyWrap .emptyImg {
width: 442px;
height: 312px;
}
}
</style>