|
@@ -1,15 +1,16 @@
|
|
{
|
|
{
|
|
"pages":[
|
|
"pages":[
|
|
|
|
|
|
|
|
+ "pages/commentinfo/commentinfo",
|
|
|
|
+ "pages/product/product",
|
|
|
|
+ "pages/index/index",
|
|
"pages/person/person",
|
|
"pages/person/person",
|
|
|
|
+ "pages/personinfo/personinfo",
|
|
"pages/order/order",
|
|
"pages/order/order",
|
|
"pages/appointment/appointment",
|
|
"pages/appointment/appointment",
|
|
"pages/personorder/personorder",
|
|
"pages/personorder/personorder",
|
|
- "pages/index/index",
|
|
|
|
"pages/shopinfo/shopinfo",
|
|
"pages/shopinfo/shopinfo",
|
|
- "pages/product/product",
|
|
|
|
"pages/shop/shop",
|
|
"pages/shop/shop",
|
|
- "pages/personinfo/personinfo",
|
|
|
|
"pages/comments/comments"
|
|
"pages/comments/comments"
|
|
|
|
|
|
|
|
|
|
@@ -30,20 +31,20 @@
|
|
"list": [{
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"text": "首页",
|
|
- "iconPath": "images/index.jpg",
|
|
|
|
- "selectedIconPath": "images/index-active.jpg"
|
|
|
|
|
|
+ "iconPath": "images/icons/index.jpg",
|
|
|
|
+ "selectedIconPath": "images/icons/index-active.jpg"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"pagePath": "pages/personorder/personorder",
|
|
"pagePath": "pages/personorder/personorder",
|
|
"text": "订单",
|
|
"text": "订单",
|
|
- "iconPath": "images/order.jpg",
|
|
|
|
- "selectedIconPath": "images/order-active.jpg"
|
|
|
|
|
|
+ "iconPath": "images/icons/order.jpg",
|
|
|
|
+ "selectedIconPath": "images/icons/order-active.jpg"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"pagePath": "pages/person/person",
|
|
"pagePath": "pages/person/person",
|
|
"text": "我的",
|
|
"text": "我的",
|
|
- "iconPath": "images/person.jpg",
|
|
|
|
- "selectedIconPath": "images/person-active.jpg"
|
|
|
|
|
|
+ "iconPath": "images/icons/person.jpg",
|
|
|
|
+ "selectedIconPath": "images/icons/person-active.jpg"
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
"style": "v2",
|
|
"style": "v2",
|