Merge branch 'master' of http://git.luyuan.tk/luyuan/deming into xbx

This commit is contained in:
2020-06-11 09:34:45 +08:00
10 changed files with 2426 additions and 2 deletions

View File

@@ -82,6 +82,128 @@
}
]
},
{
"root": "pageC",
"pages": [
{
"path": "classify/index",
"style": {
"app-plus": {
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "#FFFFFF",
"buttons": [
{
"type":"none",
"text":"搜索",
"float":"right",
"fontSize":"16"
},
{
"type":"none",
"text":"\ue582",
"float":"left",
"fontSize":"16"
}
],
"searchInput": {
"align": "left",
"borderRadius": "15px",
"placeholder": "搜索您需要的商品",
"backgroundColor": "rgb(236,236,236)",
"disabled": true
}
}
}
}
},
{
"path": "cart/index",
"style": {
"navigationBarTitleText": "购物车",
"app-plus": {
"titleSize": "36px",
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "#FFFFFF",
"buttons": [
{
"type":"none",
"text":"编辑",
"float":"right",
"fontSize":"14"
}
]
}
}
}
},
{
"path": "merchant/index",
"style": {
"app-plus": {
"titleSize": "36px",
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "rgba(255,255,255,0)",
"buttons": [
{
"type":"none",
"text":"...",
"float":"right",
"fontSize":"16"
},
{
"type":"none",
"text":"\ue582",
"float":"right",
"fontSize":"16"
}
],
"searchInput": {
"align": "left",
"borderRadius": "15px",
"placeholder": "搜索您需要的商品",
"backgroundColor": "rgb(236,236,236)",
"disabled": true
}
}
}
}
},
{
"path": "merchant/details",
"style": {
"navigationBarTitleText": "店铺信息",
"app-plus": {
"titleSize": "36px",
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
},
{
"path": "cart/ConfirmOrder",
"style": {
"navigationBarTitleText": "确认订单",
"app-plus": {
"titleSize": "36px",
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
}
]
},
{
"root": "pageE",
"pages":[