|
@@ -32,44 +32,56 @@
|
|
"enablePullDownRefresh" : true,
|
|
"enablePullDownRefresh" : true,
|
|
"navigationStyle":"custom"
|
|
"navigationStyle":"custom"
|
|
}
|
|
}
|
|
- },{
|
|
|
|
- "path": "pages/service/aftersale",
|
|
|
|
- "style": {
|
|
|
|
- "navigationBarTitleText": "售后无忧"
|
|
|
|
- }
|
|
|
|
- },{
|
|
|
|
- "path": "pages/service/shoppingnotice",
|
|
|
|
- "style": {
|
|
|
|
- "navigationBarTitleText": "购物须知"
|
|
|
|
- }
|
|
|
|
- },{
|
|
|
|
- "path": "pages/service/organagree",
|
|
|
|
- "style": {
|
|
|
|
- "navigationBarTitleText": "机构协议"
|
|
|
|
- }
|
|
|
|
- },{
|
|
|
|
- "path": "pages/service/useragree",
|
|
|
|
- "style": {
|
|
|
|
- "navigationBarTitleText": "用户协议"
|
|
|
|
- }
|
|
|
|
- },{
|
|
|
|
- "path": "pages/service/supplieragree",
|
|
|
|
- "style": {
|
|
|
|
- "navigationBarTitleText": "供应商协议"
|
|
|
|
- }
|
|
|
|
- },{
|
|
|
|
- "path": "pages/service/privacyagree",
|
|
|
|
- "style": {
|
|
|
|
- "navigationBarTitleText": "隐私权政策"
|
|
|
|
- }
|
|
|
|
- },{
|
|
|
|
- "path": "pages/service/sellconten",
|
|
|
|
- "style": {
|
|
|
|
- "navigationBarTitleText": "条款内容"
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"subPackages": [
|
|
"subPackages": [
|
|
|
|
+ {
|
|
|
|
+ "root": "pages/service/",//信息服务模块
|
|
|
|
+ "pages": [
|
|
|
|
+ {
|
|
|
|
+ "path": "aftersale",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "售后无忧"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "shoppingnotice",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "购物须知"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "organagree",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "机构协议"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "useragree",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "用户协议"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "supplieragree",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "供应商协议"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "privacyagree",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "隐私权政策"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "sellconten",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "条款内容"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"root": "pages/goods/",//商品模块
|
|
"root": "pages/goods/",//商品模块
|
|
"pages": [
|
|
"pages": [
|