调整路由

This commit is contained in:
唐明明
2021-11-10 14:23:46 +08:00
parent ec43dcb71c
commit ddd62f8995
4 changed files with 11 additions and 11 deletions

View File

@@ -2,8 +2,8 @@
"name" : "链商星球", "name" : "链商星球",
"appid" : "__UNI__1F65101", "appid" : "__UNI__1F65101",
"description" : "安徽星煌,链商星球商家工具", "description" : "安徽星煌,链商星球商家工具",
"versionName" : "1.1.4", "versionName" : "1.1.5",
"versionCode" : 114, "versionCode" : 115,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@@ -197,7 +197,7 @@
} }
},{ },{
"path": "pages/user/order/mallShipmentsRefund", "path": "pages/user/order/mallShipmentsRefund",
"name": "MallShipments", "name": "mallShipmentsRefund",
"style": { "style": {
"navigationBarTitleText": "退货申请", "navigationBarTitleText": "退货申请",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",

View File

@@ -272,8 +272,8 @@
.order-status { .order-status {
width: 100%; width: 100%;
height: 300rpx; height: 300rpx;
background-image: linear-gradient(to bottom, $mian-color, $mian-color-light); background-image: linear-gradient(to right, #7c52fc, #976dff);
color: #Fff; color: #fff;
font-size: 36rpx; font-size: 36rpx;
padding: 30rpx 50rpx; padding: 30rpx 50rpx;
display: flex; display: flex;

File diff suppressed because one or more lines are too long