Commit 04df1766 authored by liwei's avatar liwei

修改了活动页面

parent fe1bf400
...@@ -58,13 +58,10 @@ ...@@ -58,13 +58,10 @@
"path" : "pages/tab/activity", "path" : "pages/tab/activity",
"style" : "style" :
{ {
"navigationStyle": "custom", "navigationBarTitleText": "活动",
"backgroundColor": "#F4F5F9", "backgroundColor": "#F4F5F9",
"backgroundColorTop": "#F4F5F9", "backgroundColorTop": "#F4F5F9",
"backgroundColorBottom": "#F4F5F9", "backgroundColorBottom": "#F4F5F9"
"enablePullDownRefresh": false,
"onReachBottomDistance": 50,
"disableScroll": true
} }
} }
], ],
...@@ -343,7 +340,8 @@ ...@@ -343,7 +340,8 @@
"selectedColor": "#333333", "selectedColor": "#333333",
"borderStyle": "black", "borderStyle": "black",
"backgroundColor": "#ffffff", "backgroundColor": "#ffffff",
"list": [{ "list": [
{
"pagePath": "pages/tab/index", "pagePath": "pages/tab/index",
"iconPath": "static/tab/ld.png", "iconPath": "static/tab/ld.png",
"selectedIconPath": "static/tab/lds.png", "selectedIconPath": "static/tab/lds.png",
......
This diff is collapsed.
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
}, },
gotopage(item){ gotopage(item){
uni.navigateTo({ uni.navigateTo({
url: '/pages/announcement/detail'+'?id='+item.businessId url: '/pagesAnnouncement/announcement/detail'+'?id='+item.businessId
}) })
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment