|
@@ -59,7 +59,7 @@
|
|
|
{
|
|
|
"path":"pages/index/setting/editnotice",
|
|
|
"style":{
|
|
|
- "navigationBarTitleText": "公告管理",
|
|
|
+ "navigationBarTitleText": "公告编辑",
|
|
|
"navigationBarBackgroundColor":"#ffffff",
|
|
|
"navigationBarTextStyle": "black"
|
|
|
}
|
|
@@ -98,7 +98,7 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/shop/shop",
|
|
|
+ "path": "pages/goods/goods",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "商品管理",
|
|
|
"navigationBarTextStyle": "black",
|
|
@@ -107,7 +107,7 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path":"pages/shop/shopdetail",
|
|
|
+ "path":"pages/goods/shopdetail",
|
|
|
"style":{
|
|
|
"navigationBarTitleText": "商品详情",
|
|
|
"navigationBarTextStyle": "black",
|
|
@@ -115,7 +115,7 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path":"pages/shop/editclassify",
|
|
|
+ "path":"pages/goods/editclassify",
|
|
|
"style":{
|
|
|
"navigationBarTitleText": "新增自定义分类",
|
|
|
"navigationBarBackgroundColor":"#ffffff",
|
|
@@ -123,7 +123,7 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path":"pages/shop/classify",
|
|
|
+ "path":"pages/goods/classify",
|
|
|
"style":{
|
|
|
"navigationBarTitleText": "管理自定义分类",
|
|
|
"navigationBarBackgroundColor":"#ffffff",
|
|
@@ -136,6 +136,7 @@
|
|
|
"selectedColor": "#7d66f3",
|
|
|
"borderStyle": "black",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
+ "custom": true,
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
"text": "店铺首页",
|
|
@@ -149,7 +150,7 @@
|
|
|
"selectedIconPath": "static/images/order_active.png"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/shop/shop",
|
|
|
+ "pagePath": "pages/goods/goods",
|
|
|
"text": "商品管理",
|
|
|
"iconPath": "static/images/shop.png",
|
|
|
"selectedIconPath": "static/images/shop_active.png"
|