Browse Source

地块管理改为种植管理

master
邓宏 2 years ago
parent
commit
aa8f8f7e73
  1. 2
      pages.js
  2. 2
      pages/massif/index.vue

2
pages.js

@ -16,7 +16,7 @@ module.exports = hot((pagesJson)=>{
backgroundColor:"#fff", backgroundColor:"#fff",
list:[ list:[
{pagePath:"pages/home/index",visible:true,text:"首页",iconPath: "/static/tab_home.png",selectedIconPath: "/static/tab_home_active.png"}, {pagePath:"pages/home/index",visible:true,text:"首页",iconPath: "/static/tab_home.png",selectedIconPath: "/static/tab_home_active.png"},
{pagePath:"pages/massif/index",text:"地块管理",iconPath: "/static/tab_massif.png",selectedIconPath: "/static/tab_massif_active.png"}, {pagePath:"pages/massif/index",text:"种植管理",iconPath: "/static/tab_massif.png",selectedIconPath: "/static/tab_massif_active.png"},
{pagePath:"pages/home/my",text:"我的",iconPath: "/static/tab_my.png",selectedIconPath: "/static/tab_my_active.png"}, {pagePath:"pages/home/my",text:"我的",iconPath: "/static/tab_my.png",selectedIconPath: "/static/tab_my_active.png"},
] ]
}, },

2
pages/massif/index.vue

@ -78,7 +78,7 @@
</style> </style>
<template> <template>
<view class="container flex"> <view class="container flex">
<d-navbar style="--bg:#10C176;--c:#fff;" text="地块管理"> <d-navbar style="--bg:#10C176;--c:#fff;" text="种植管理">
<text class="plant-xinjian" slot="right" @click="toInfo"/> <text class="plant-xinjian" slot="right" @click="toInfo"/>
</d-navbar> </d-navbar>

Loading…
Cancel
Save