This commit is contained in:
yanran200730
2023-03-20 09:09:18 +08:00
4 changed files with 79 additions and 3 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>

View File

@@ -20,10 +20,10 @@
</div>
<div class="card">
<img class="card-left" src="./img/img-fengshouyinhang.png" alt="">
<img class="card-left" src="./img/img-fengshouyinhang.png" @click="$linkTo('/mods/newFarmerBank/newFarmerBank')" alt="">
<div class="card-right">
<img src="./img/img-fengduxinnongren.png" alt="">
<img src="./img/ic-jiaoyuhuzhu.png" alt="">
<img src="./img/img-fengduxinnongren.png" alt="" @click="$linkTo('./mods/newFarmer/newFarmer')">
<img src="./img/ic-jiaoyuhuzhu.png" alt="" @click="$linkTo('./mods/helpEachOther/helpEachOther')">
</div>
</div>
<AiLogin ref="login"/>

View File

@@ -0,0 +1,25 @@
<template>
<div class="AppNewFarmer">
<div>njdaskjdjh bvxd,vl;,xdv</div>
<!-- <AiEmpty img="./../AppEmpty/mdpi_img-jianshezhong.png"></AiEmpty> -->
</div>
</template>
<script>
export default {
name: 'AppNewFarmer',
appName: '丰收新农人',
data() {
return {
}
},
methods: {},
}
</script>
<style>
</style>

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>