|
@@ -187,6 +187,7 @@
|
|
|
// 流量充值
|
|
|
"path": "pages/pay/index",
|
|
|
"style": {
|
|
|
+ "navigationBarTitleText": "流量充值",
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
@@ -194,9 +195,33 @@
|
|
|
// 开通记录
|
|
|
"path": "pages/pay/detail",
|
|
|
"style": {
|
|
|
+ "navigationBarTitleText": "开通记录",
|
|
|
"navigationStyle": "custom",
|
|
|
"onReachBottomDistance": 50
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 通用提示
|
|
|
+ "path": "pages/warning/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 售后服务
|
|
|
+ "path": "pages/service/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "售后服务",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 维修服务
|
|
|
+ "path": "pages/service/repair",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "维修服务",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
}
|