Commit 04df1766 authored by liwei's avatar liwei

修改了活动页面

parent fe1bf400
......@@ -58,13 +58,10 @@
"path" : "pages/tab/activity",
"style" :
{
"navigationStyle": "custom",
"navigationBarTitleText": "活动",
"backgroundColor": "#F4F5F9",
"backgroundColorTop": "#F4F5F9",
"backgroundColorBottom": "#F4F5F9",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50,
"disableScroll": true
"backgroundColorBottom": "#F4F5F9"
}
}
],
......@@ -343,7 +340,8 @@
"selectedColor": "#333333",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"list": [
{
"pagePath": "pages/tab/index",
"iconPath": "static/tab/ld.png",
"selectedIconPath": "static/tab/lds.png",
......
This diff is collapsed.
......@@ -53,7 +53,7 @@
},
gotopage(item){
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