chenrui 4 gadi atpakaļ
vecāks
revīzija
f3751255df

+ 4 - 4
pages.json

@@ -10,9 +10,9 @@
 			}
 		},
 		{
-			"path": "pages/cleared/index", // 已清运
+			"path": "pages/cleared/index", // 扫码记录
 			"style": {
-				"navigationBarTitleText": "已清运",
+				"navigationBarTitleText": "扫码记录",
 				"enablePullDownRefresh": false
 			}
 		},
@@ -28,7 +28,7 @@
 			"path": "pages/userCenter/index",
 			"style": {
 				"navigationBarTitleText": "个人中心",
-				"navigationBarBackgroundColor": "#ff0000",
+				"navigationBarBackgroundColor": "#ed1c24",
 				"navigationBarTextStyle": "white"
 			}
 		},
@@ -58,7 +58,7 @@
 	},
 	"tabBar": {
 		"color": "#7A7E83",
-		"selectedColor": "#ff0000",
+		"selectedColor": "#ed1c24",
 		"backgroundColor": "#ffffff",
 		"fontSize": "14px",
 		"list": [

+ 2 - 2
pages/cleared/index.vue

@@ -55,8 +55,8 @@
 				noDataText: '暂无数据',  //  列表请求状态提示语
 				status: 'loadmore',  //  加载中状态
 				customBtnStyle: {  //  撤销单据  自定义按钮样式
-					borderColor: '#ff0000',
-					backgroundColor: '#ff0000',
+					borderColor: '#ed1c24',
+					backgroundColor: '#ed1c24',
 					color: '#fff'
 				},
 				scrollTop: 0,  //  滚动条位置

+ 1 - 1
pages/index/index.vue

@@ -31,7 +31,7 @@
 		height: 100%;
 		background-color: rgba(0,0,0,.6);
 		.scan-con{
-			background-color: #ff0000;
+			background-color: #ed1c24;
 			width: 260upx;
 			height: 260upx;
 			border-radius: 50%;

+ 2 - 2
pages/userCenter/changePwd.vue

@@ -42,8 +42,8 @@
 				},
 				loading: false,
 				customBtnStyle: {  //  自定义按钮样式
-					borderColor: '#ff0000',
-					backgroundColor: '#ff0000',
+					borderColor: '#ed1c24',
+					backgroundColor: '#ed1c24',
 					color: '#fff'
 				},
 			}

+ 2 - 2
pages/userCenter/index.vue

@@ -34,7 +34,7 @@
 				quitButton: {
 					borderRadius:'100rpx',
 					fontSize:'30rpx',
-					background: '#ff0000'
+					background: '#ed1c24'
 				},
 				userInfoData: null,  //  用户信息
 				userAvatarUrl: ''  //  用户头像
@@ -108,7 +108,7 @@
 	.user-content{
 		width: 100%;
 		.user-head{
-			background: #ff0000;
+			background: #ed1c24;
 			display: flex;
 			align-items: center;
 			padding: 35rpx 55rpx;