|
|
@@ -124,6 +124,24 @@
|
|
|
}
|
|
|
}]
|
|
|
},
|
|
|
+ {
|
|
|
+ "root": "myPages",
|
|
|
+ "pages": [{
|
|
|
+ "path": "recharge/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "储值服务",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "coupon/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "优惠券",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"root": "storePages",
|
|
|
"pages": [{
|