소스 검색

Merge remote-tracking branch 'origin/master'

liyuan 4 주 전
부모
커밋
a89fc0f264
4개의 변경된 파일3개의 추가작업 그리고 19개의 파일을 삭제
  1. 3 3
      manifest.json
  2. 0 8
      pages/home/claim/details.vue
  3. 0 8
      pages/home/insurancePolicy/details.vue
  4. BIN
      static/images/start.png

+ 3 - 3
manifest.json

@@ -127,9 +127,9 @@
             "splashscreen" : {
             "splashscreen" : {
                 "androidStyle" : "default",
                 "androidStyle" : "default",
                 "android" : {
                 "android" : {
-                    "hdpi" : "C:/Users/14404/Pictures/微信图片_20251014095529_5073_3.png",
-                    "xhdpi" : "C:/Users/14404/Pictures/微信图片_20251014095529_5073_3.png",
-                    "xxhdpi" : "C:/Users/14404/Pictures/微信图片_20251014095529_5073_3.png"
+                    "hdpi" : "static/images/start.png",
+                    "xhdpi" : "static/images/start.png",
+                    "xxhdpi" : "static/images/start.png"
                 },
                 },
                 "iosStyle" : "common"
                 "iosStyle" : "common"
             },
             },

+ 0 - 8
pages/home/claim/details.vue

@@ -376,15 +376,7 @@
 
 
 					// 绿牌检查
 					// 绿牌检查
 					if (plate.length === 8) {
 					if (plate.length === 8) {
-						const energyType = plate.charAt(2)
 						const serial = plate.substring(2)
 						const serial = plate.substring(2)
-						if (!((energyType === 'D' || energyType === 'F'))) {
-							uni.showToast({
-								title: '请输入有效的车牌号!',
-								icon: 'none'
-							});
-							return false
-						}
 						if (!(GREEN_PLATE_PATTERN.test(serial) && !/[IO]/.test(serial))) {
 						if (!(GREEN_PLATE_PATTERN.test(serial) && !/[IO]/.test(serial))) {
 							uni.showToast({
 							uni.showToast({
 								title: '请输入有效的车牌号!',
 								title: '请输入有效的车牌号!',

+ 0 - 8
pages/home/insurancePolicy/details.vue

@@ -277,15 +277,7 @@
 
 
 					// 绿牌检查
 					// 绿牌检查
 					if (plate.length === 8) {
 					if (plate.length === 8) {
-						const energyType = plate.charAt(2)
 						const serial = plate.substring(2)
 						const serial = plate.substring(2)
-						if (!((energyType === 'D' || energyType === 'F'))) {
-							uni.showToast({
-								title: '请输入有效的车牌号!',
-								icon: 'none'
-							});
-							return false
-						}
 						if (!(GREEN_PLATE_PATTERN.test(serial) && !/[IO]/.test(serial))) {
 						if (!(GREEN_PLATE_PATTERN.test(serial) && !/[IO]/.test(serial))) {
 							uni.showToast({
 							uni.showToast({
 								title: '请输入有效的车牌号!',
 								title: '请输入有效的车牌号!',

BIN
static/images/start.png