Ver Fonte

Merge remote-tracking branch 'origin/master'

liyuan há 4 semanas atrás
pai
commit
a89fc0f264

+ 3 - 3
manifest.json

@@ -127,9 +127,9 @@
             "splashscreen" : {
                 "androidStyle" : "default",
                 "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"
             },

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

@@ -376,15 +376,7 @@
 
 					// 绿牌检查
 					if (plate.length === 8) {
-						const energyType = plate.charAt(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))) {
 							uni.showToast({
 								title: '请输入有效的车牌号!',

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

@@ -277,15 +277,7 @@
 
 					// 绿牌检查
 					if (plate.length === 8) {
-						const energyType = plate.charAt(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))) {
 							uni.showToast({
 								title: '请输入有效的车牌号!',

BIN
static/images/start.png