增加拼团分包首页
This commit is contained in:
35
pages.json
35
pages.json
@@ -221,11 +221,9 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"subPackages": [{
|
||||
"root": "user",
|
||||
"pages": [
|
||||
{
|
||||
"pages": [{
|
||||
"path": "vip/vip",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
@@ -256,8 +254,7 @@
|
||||
},
|
||||
{
|
||||
"root": "distribution",
|
||||
"pages": [
|
||||
{
|
||||
"pages": [{
|
||||
"path": "index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "分销中心",
|
||||
@@ -306,8 +303,7 @@
|
||||
},
|
||||
{
|
||||
"root": "scoreShop",
|
||||
"pages": [
|
||||
{
|
||||
"pages": [{
|
||||
"path": "index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "积分商城",
|
||||
@@ -358,6 +354,26 @@
|
||||
// }
|
||||
// ]
|
||||
// }
|
||||
,{
|
||||
"root": "groupBuying",
|
||||
"pages": [
|
||||
{
|
||||
"path": "index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "拼团特惠",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "my/my",
|
||||
"style": {
|
||||
"navigationBarTitleText": "拼团特惠",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
"uniIdRouter": {},
|
||||
"globalStyle": {
|
||||
@@ -371,8 +387,7 @@
|
||||
"color": "#999",
|
||||
"selectedColor": "#000",
|
||||
"borderStyle": "white",
|
||||
"list": [
|
||||
{
|
||||
"list": [{
|
||||
"iconPath": "static/tabbar/1.png",
|
||||
"selectedIconPath": "static/tabbar/1-1.png",
|
||||
"pagePath": "pages/index/index",
|
||||
|
||||
Reference in New Issue
Block a user