| | |
| | | "enablePullDownRefresh" : false, |
| | | "navigationStyle": "custom" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shiyiHome/shiyiHome", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "", |
| | | "enablePullDownRefresh" : false, |
| | | "navigationStyle": "custom" |
| | | } |
| | | } |
| | | ], |
| | | "globalStyle": { |
| | |
| | | }) |
| | | } else if (item.id == 2) { |
| | | console.log(item.name); |
| | | // uni.navigateTo({ |
| | | // url: '/pages/zhongyi/zhongyi?id=' + item.id |
| | | // }) |
| | | uni.navigateTo({ |
| | | url: '/pages/zhongyi/zhongyi?id=' + item.id |
| | | url: '/pages/shiyiHome/shiyiHome' |
| | | }) |
| | | } else if (item.id == 3) { |
| | | uni.navigateTo({ |
New file |
| | |
| | | <template> |
| | | <view> |
| | | <headNav :idIndex="idIndex" :searchBg="false" text="中医世医传承数据库" bg="@/static/image/topBg1.png" |
| | | bg1="@/static/image/line1.png" /> |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | data() { |
| | | return { |
| | | idIndex: 0, |
| | | activeIndex: 1 |
| | | } |
| | | }, |
| | | methods: { |
| | | |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | |
| | | </style> |