浏览记录字段问题及代码优化
This commit is contained in:
13
pages.json
13
pages.json
@@ -155,7 +155,7 @@
|
||||
{
|
||||
"root": "packageReport",
|
||||
"pages": [{
|
||||
"path": "news/news",
|
||||
"path": "newsList/newsList",
|
||||
"style": {
|
||||
"navigationBarTitleText": "行内新闻",
|
||||
"navigationBarTextStyle": "white",
|
||||
@@ -171,7 +171,7 @@
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "xwDetail/xwDetail",
|
||||
"path": "newsDetail/newsDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "行业新闻详情",
|
||||
"navigationBarTextStyle": "white",
|
||||
@@ -187,6 +187,15 @@
|
||||
"navigationBarBackgroundColor": "#12CA64",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "newProductRelease/newProductRelease",
|
||||
"style": {
|
||||
"navigationBarTitleText": "新品发布",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#12CA64",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user