提交 c2516e5b 作者: 方治民

feat: 产销、农贸交易、助农金融页面

上级 457096ff
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
"path": "pages/shouye/shouye", "path": "pages/shouye/shouye",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationBarBackgroundColor": "#e6f5e8",
"backgroundColorTop": "#e6f5e8", "backgroundColorTop": "#e6f5e8",
"backgroundColorBottom": "#e6f5e8", "backgroundColorBottom": "#e6f5e8",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
...@@ -30,7 +29,19 @@ ...@@ -30,7 +29,19 @@
"path": "pages/nongchang/nongchang", "path": "pages/nongchang/nongchang",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationBarBackgroundColor": "#e6f5e8", "backgroundColorTop": "#e6f5e8",
"backgroundColorBottom": "#e6f5e8",
"enablePullDownRefresh": true,
"app-plus": {
"titleNView": false,
"bounce": false
}
}
},
{
"path": "pages/chanxiao/chanxiao",
"style": {
"navigationBarTitleText": "",
"backgroundColorTop": "#e6f5e8", "backgroundColorTop": "#e6f5e8",
"backgroundColorBottom": "#e6f5e8", "backgroundColorBottom": "#e6f5e8",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
...@@ -44,7 +55,6 @@ ...@@ -44,7 +55,6 @@
"path": "pages/nongzhi/nongzhi", "path": "pages/nongzhi/nongzhi",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationBarBackgroundColor": "#e6f5e8",
"backgroundColorTop": "#e6f5e8", "backgroundColorTop": "#e6f5e8",
"backgroundColorBottom": "#e6f5e8", "backgroundColorBottom": "#e6f5e8",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
...@@ -58,7 +68,6 @@ ...@@ -58,7 +68,6 @@
"path": "pages/fuwu/fuwu", "path": "pages/fuwu/fuwu",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationBarBackgroundColor": "#e6f5e8",
"backgroundColorTop": "#e6f5e8", "backgroundColorTop": "#e6f5e8",
"backgroundColorBottom": "#e6f5e8", "backgroundColorBottom": "#e6f5e8",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
...@@ -143,6 +152,32 @@ ...@@ -143,6 +152,32 @@
} }
} }
}, },
{
"path": "pages/zhunongjinrong/zhunongjinrong",
"style": {
"navigationBarTitleText": "助农金融",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#5DB66F",
"navigationBarTextStyle": "white",
"backgroundColorBottom": "#F2F2F2",
"app-plus": {
"titleNView": {}
}
}
},
{
"path": "pages/nongmaojiaoyi/nongmaojiaoyi",
"style": {
"navigationBarTitleText": "农贸交易",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#5DB66F",
"navigationBarTextStyle": "white",
"backgroundColorBottom": "#F2F2F2",
"app-plus": {
"titleNView": {}
}
}
},
// pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/index/index", "path": "pages/index/index",
...@@ -281,10 +316,10 @@ ...@@ -281,10 +316,10 @@
"text": "服务" "text": "服务"
}, },
{ {
"pagePath": "pages/nongzhi/nongzhi", "pagePath": "pages/chanxiao/chanxiao",
"iconPath": "static/images/codefun/nongzhi.png", "iconPath": "static/images/codefun/chanxiao.png",
"selectedIconPath": "static/images/codefun/nongzhi.active.png", "selectedIconPath": "static/images/codefun/chanxiao.active.png",
"text": "农知" "text": "产销"
}, },
{ {
"pagePath": "pages/mine/index", "pagePath": "pages/mine/index",
......
...@@ -232,18 +232,24 @@ ...@@ -232,18 +232,24 @@
function onFinancialProductClick(product: any) { function onFinancialProductClick(product: any) {
console.log('点击助农金融产品:', product) console.log('点击助农金融产品:', product)
// 在这里添加具体的产品点击逻辑 // 在这里添加具体的产品点击逻辑
Navigate.to('/pages/zhunongjinrong/zhunongjinrong')
} }
// 查看全部助农金融产品 // 查看全部助农金融产品
function onViewAllFinancialProducts() { function onViewAllFinancialProducts() {
console.log('查看全部助农金融产品') console.log('查看全部助农金融产品')
// 在这里添加具体的查看逻辑 // 在这里添加具体的查看逻辑
Navigate.to('/pages/zhunongjinrong/zhunongjinrong')
} }
// 农资商品点击事件 // 农资商品点击事件
function onAgriculturalProductClick(product: any) { function onAgriculturalProductClick(product: any) {
console.log('点击农资商品:', product) console.log('点击农资商品:', product)
// 在这里添加具体的商品点击逻辑 // 在这里添加具体的商品点击逻辑
Navigate.to('/pages/nongmaojiaoyi/nongmaojiaoyi')
} }
// 农机服务点击事件 // 农机服务点击事件
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论