|
@@ -172,7 +172,15 @@
|
|
|
"style" :
|
|
|
{
|
|
|
"navigationStyle": "custom",
|
|
|
- "navigationBarTitleText" : ""
|
|
|
+ "navigationBarTitleText" : "支付成功"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/success/error",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTitleText" : "支付失败"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
@@ -197,12 +205,12 @@
|
|
|
"selectedIconPath": "static/icons/home_select.png",
|
|
|
"text": "首页"
|
|
|
},
|
|
|
- {
|
|
|
- "pagePath": "pages/learn/index",
|
|
|
- "iconPath": "static/icons/learn.png",
|
|
|
- "selectedIconPath": "static/icons/learn_select.png",
|
|
|
- "text": "学习本"
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // "pagePath": "pages/learn/index",
|
|
|
+ // "iconPath": "static/icons/learn.png",
|
|
|
+ // "selectedIconPath": "static/icons/learn_select.png",
|
|
|
+ // "text": "学习本"
|
|
|
+ // },
|
|
|
{
|
|
|
"pagePath": "pages/challenge/index",
|
|
|
"iconPath": "static/icons/challenge.png",
|