classify 8.4

This commit is contained in:
2020-08-04 19:08:04 +08:00
parent 1e9f442b7b
commit 2fd62acb73
26 changed files with 563 additions and 186 deletions

View File

@@ -250,7 +250,18 @@
}
}
}
},
{
"path": "classify/goods",
"style": {
"navigationBarTitleText": "分类商品列表",
"app-plus": {
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
},
{
"path": "cart/index",
@@ -921,6 +932,19 @@
}
}
}
},
{
"path": "order/RefundOrder",
"style": {
"navigationBarTitleText": "申请退款",
"app-plus": {
"titleSize": "36px",
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
}
]
}