庞东旭 2年前
コミット
c2ff3174aa
2個のファイルの変更6行の追加6行の削除
  1. +5
    -5
      src/views/yinnong/my.vue
  2. +1
    -1
      src/views/yinnongIndex.vue

+ 5
- 5
src/views/yinnong/my.vue ファイルの表示

@@ -19,23 +19,23 @@
</van-cell> </van-cell>
</van-row> </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-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> <template #icon>
<van-image <van-image
fit="contain" fit="contain"
height="22" height="22"
style="margin-right: 15px" style="margin-right: 15px"
src="../../../static/images/onlineHome/myIcon1.png"
src="../../../static/images/onlineHome/myIcon2.png"
/> />
</template> </template>
</van-cell> </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> <template #icon>
<van-image <van-image
fit="contain" fit="contain"
height="22" height="22"
style="margin-right: 15px" style="margin-right: 15px"
src="../../../static/images/onlineHome/myIcon2.png"
src="../../../static/images/onlineHome/myIcon1.png"
/> />
</template> </template>
</van-cell> </van-cell>
@@ -58,7 +58,7 @@
src="../../../static/images/onlineHome/myIcon4.png" src="../../../static/images/onlineHome/myIcon4.png"
/> />
</template> </template>
</van-cell>
</van-cell> -->
<van-cell title="投诉" is-link to="advice"> <van-cell title="投诉" is-link to="advice">
<template #icon> <template #icon>
<van-image <van-image


+ 1
- 1
src/views/yinnongIndex.vue ファイルの表示

@@ -4,7 +4,7 @@
<van-tabbar route :placeholder="true" > <van-tabbar route :placeholder="true" >
<van-tabbar-item replace to="/yinnong/publicity" icon="bullhorn-o">公示</van-tabbar-item> <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/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-item replace to="/yinnong/my" icon="manager-o">我的</van-tabbar-item>
</van-tabbar> </van-tabbar>
</div> </div>


読み込み中…
キャンセル
保存