Files
dvcp_v2_wechat_app/src/project/fengdu/helpEachOther/helpEachOther.vue

22 lines
300 B
Vue
Raw Normal View History

2023-03-20 08:32:07 +08:00
<template>
<div class="helpEachOther">
<AiEmpty img="./../AppEmpty/mdpi_img-jianshezhong.png"></AiEmpty>
</div>
</template>
<script>
export default {
name: "helpEachOther",
appName: "家庭教育互助惠",
data() {
return {
}
},
onShow() {}
}
</script>
<style>
</style>