调整路由

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" : "链商星球",
"appid" : "__UNI__1F65101",
"description" : "安徽星煌,链商星球商家工具",
"versionName" : "1.1.4",
"versionCode" : 114,
"versionName" : "1.1.5",
"versionCode" : 115,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

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

View File

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

File diff suppressed because one or more lines are too long