Ver código fonte

隐藏不必要的功能模块

wulanhaote
yangfuda 2 anos atrás
pai
commit
e95b415ac2
2 arquivos alterados com 6 adições e 6 exclusões
  1. +5
    -5
      src/views/yinnong/my.vue
  2. +1
    -1
      src/views/yinnongIndex.vue

+ 5
- 5
src/views/yinnong/my.vue Ver arquivo

@@ -19,23 +19,23 @@
</van-cell>
</van-row>
<van-cell-group style="width: 96%;margin:-50px 2% 2% 2%;border-radius: 6px;overflow: hidden;padding-top: 20px;padding-bottom: 20px;box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);">
<van-cell title="画像(个人/农户)" is-link :to="{path:'personalPicture',params:{id:'1'}}">
<van-cell title="我的业务" is-link :to="{path:'done',query:{fr:'my'}}">
<template #icon>
<van-image
fit="contain"
height="22"
style="margin-right: 15px"
src="../../../static/images/onlineHome/myIcon1.png"
src="../../../static/images/onlineHome/myIcon2.png"
/>
</template>
</van-cell>
<van-cell title="我的业务" is-link :to="{path:'done',query:{fr:'my'}}">
<!-- <van-cell title="画像(个人/农户)" is-link :to="{path:'personalPicture',params:{id:'1'}}">
<template #icon>
<van-image
fit="contain"
height="22"
style="margin-right: 15px"
src="../../../static/images/onlineHome/myIcon2.png"
src="../../../static/images/onlineHome/myIcon1.png"
/>
</template>
</van-cell>
@@ -58,7 +58,7 @@
src="../../../static/images/onlineHome/myIcon4.png"
/>
</template>
</van-cell>
</van-cell> -->
<van-cell title="投诉" is-link to="advice">
<template #icon>
<van-image


+ 1
- 1
src/views/yinnongIndex.vue Ver arquivo

@@ -4,7 +4,7 @@
<van-tabbar route :placeholder="true" >
<van-tabbar-item replace to="/yinnong/publicity" icon="bullhorn-o">公示</van-tabbar-item>
<van-tabbar-item replace to="/yinnong/workbench" icon="apps-o">工作台</van-tabbar-item>
<van-tabbar-item replace to="/yinnong/home" icon="wap-home-o">家园</van-tabbar-item>
<!-- <van-tabbar-item replace to="/yinnong/home" icon="wap-home-o">家园</van-tabbar-item> -->
<van-tabbar-item replace to="/yinnong/my" icon="manager-o">我的</van-tabbar-item>
</van-tabbar>
</div>


Carregando…
Cancelar
Salvar