Ver Fonte

Merge branch 'fix-bug'

chenxiong há 3 anos atrás
pai
commit
e4522467a3
2 ficheiros alterados com 4 adições e 4 exclusões
  1. 3 3
      pages2/plan/index.vue
  2. 1 1
      pages2/wd/info.vue

+ 3 - 3
pages2/plan/index.vue

@@ -521,7 +521,7 @@ export default {
 	width: 80rpx;
 	display: flex;
 	flex-direction: column;
-	align-items: flex-end;
+	align-items: center;
 	justify-content: center;
 }
 .item_t2 {
@@ -558,7 +558,7 @@ export default {
 	font-size: 30rpx;
 	font-family: PingFang SC;
 	font-weight: 500;
-	color: #333;
+	color: #32467b;
 }
 .list_item_bac1 {
 	background: linear-gradient(45deg, rgba(172, 203, 238, 0.2), rgba(231, 240, 253, 0.2));
@@ -685,7 +685,7 @@ export default {
 	font-size: 24rpx;
 	font-family: PingFang SC;
 	font-weight: bold;
-	color: #007AFF;
+	color: #2f4379;
 	width: 100%;
 	text-align: center;
 	padding: 20rpx 0;

+ 1 - 1
pages2/wd/info.vue

@@ -322,7 +322,7 @@ export default {
 				return
 			}
 			let idCardRe18 = /^([1-6][1-9]|50)\d{4}(18|19|20)\d{2}((0[1-9])|10|11|12)(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/
-			let idCardre15 =  /^([1-6][1-9]|50)\d{4}\d{2}((0[1-9])|10|11|12)(([0-2][1-9])|10|20|30|31)\d{3}$/
+			let idCardRe15 =  /^([1-6][1-9]|50)\d{4}\d{2}((0[1-9])|10|11|12)(([0-2][1-9])|10|20|30|31)\d{3}$/
 			if(!idCardRe18.test(this.idCard) && !idCardRe15.test(this.idCard)){
 				
 				uni.showModal({