This commit is contained in:
唐明明
2021-11-05 18:07:48 +08:00
19 changed files with 6526 additions and 258 deletions

View File

@@ -189,6 +189,30 @@
"style": {
"navigationBarTitleText": "已经提货",
"navigationBarTextStyle": "white",
"app-plus":{
"titleNView": {
"backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)"
}
}
}
},{
"path": "pages/user/order/mallShipmentsRefund",
"name": "MallShipments",
"style": {
"navigationBarTitleText": "退货申请",
"navigationBarTextStyle": "white",
"app-plus":{
"titleNView": {
"backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)"
}
}
}
},{
"path": "pages/user/order/mallRefundsInfo",
"name": "MallRefundsInfo",
"style": {
"navigationBarTitleText": "退货申请",
"navigationBarTextStyle": "white",
"app-plus":{
"titleNView": {
"backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)"
@@ -395,7 +419,8 @@
}
}
}
}, {
},
{
"path": "pages/coupons/magDetails",
"name": "couponsDetails",
"style": {
@@ -731,7 +756,50 @@
}]
}
}
}
},
{
"path": "pages/store/return",
"name": "Return",
"style": {
"navigationBarTitleText": "退货单处理",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/store/orderDetails",
"name": "storeOrderDetails",
"style": {
"navigationBarTitleText": "订单详情",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/store/deliver",
"name": "Deliver",
"style": {
"navigationBarTitleText": "发货单处理",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/store/deliverForm",
"name": "DeliverForm",
"style": {
"navigationBarTitleText": "我要发货",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/store/logistic",
"name": "Logistic",
"style": {
"navigationBarTitleText": "提货单物流",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/store/journal",
"name": "storeJournal",
"style": {
"navigationBarTitleText": "操作日志",
"navigationBarBackgroundColor": "#FFFFFF"
}
}
],
"globalStyle": {
"backgroundColor": "#F5F5F5",