|
@@ -11,7 +11,8 @@
|
|
{
|
|
{
|
|
"path": "pages/buy/buy",
|
|
"path": "pages/buy/buy",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "已购"
|
|
|
|
|
|
+ "navigationBarTitleText": "已购",
|
|
|
|
+ "enablePullDownRefresh": true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -178,10 +179,7 @@
|
|
},
|
|
},
|
|
//报告详情
|
|
//报告详情
|
|
{
|
|
{
|
|
- "path": "reportDetail",
|
|
|
|
- "style":{
|
|
|
|
- "enablePullDownRefresh": true
|
|
|
|
- }
|
|
|
|
|
|
+ "path": "reportDetail"
|
|
},
|
|
},
|
|
// 章节详情
|
|
// 章节详情
|
|
{
|
|
{
|
|
@@ -200,18 +198,18 @@
|
|
"color": "#1F243A",
|
|
"color": "#1F243A",
|
|
"selectedColor": "#E3B377",
|
|
"selectedColor": "#E3B377",
|
|
"list": [
|
|
"list": [
|
|
- {
|
|
|
|
- "pagePath": "pages/buy/buy",
|
|
|
|
- "text": "已购",
|
|
|
|
- "iconPath": "./static/tabbar/buy.png",
|
|
|
|
- "selectedIconPath": "./static/tabbar/buy-s.png"
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
"pagePath": "pages/report/report",
|
|
"pagePath": "pages/report/report",
|
|
"text": "报告",
|
|
"text": "报告",
|
|
"iconPath": "./static/tabbar/report.png",
|
|
"iconPath": "./static/tabbar/report.png",
|
|
"selectedIconPath": "./static/tabbar/report-s.png"
|
|
"selectedIconPath": "./static/tabbar/report-s.png"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/buy/buy",
|
|
|
|
+ "text": "已购",
|
|
|
|
+ "iconPath": "./static/tabbar/buy.png",
|
|
|
|
+ "selectedIconPath": "./static/tabbar/buy-s.png"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"pagePath": "pages/chart/chart",
|
|
"pagePath": "pages/chart/chart",
|
|
"text": "图库",
|
|
"text": "图库",
|