This commit is contained in:
Gdpao
2020-08-05 21:11:32 +08:00
26 changed files with 1319 additions and 110 deletions

View File

@@ -301,23 +301,28 @@
{
"path": "merchant/index",
"style": {
"enablePullDownRefresh": true,
"app-plus": {
"titleSize": "36px",
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "rgba(255,255,255,0)",
"buttons": [
{
"type":"none",
"text":"...",
"float":"right",
"fontSize":"16"
},
// {
// "type":"none",
// "text":"\ue62b",
// "float":"right",
// "fontSize":"20",
// "fontSrc": "/static/fonts/more.ttf",
// "color": "#FFFFFF"
// },
{
"type":"none",
"text":"\ue582",
"text":"\ue636",
"float":"right",
"fontSize":"16"
"fontSize":"22",
"fontSrc": "/static/fonts/cart.ttf",
"color": "#FFFFFF"
}
],
"searchInput": {
@@ -345,6 +350,32 @@
}
}
},
{
"path": "merchant/storeClassify",
"style": {
"navigationBarTitleText": "商品分类",
"app-plus": {
"titleSize": "36px",
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
},
{
"path": "merchant/classifyGoods",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"titleSize": "36px",
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
},
{
"path": "cart/ConfirmOrder",
"style": {