Forráskód Böngészése

修改ios扫码框颜色

caojunjie 4 éve
szülő
commit
308a9d14c3
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      common/p-scan/scan.vue

+ 3 - 2
common/p-scan/scan.vue

@@ -33,7 +33,6 @@
 				background: '#ffffff',
 				frameColor: '#00A0EA',
 				scanbarColor: '#00A0EA'
-
 			});
 			this.barcode.onmarked = this.onmarked;
 			
@@ -47,7 +46,9 @@
 			}
 
 			this.barcode.setStyle({
-
+				background: '#ffffff',
+				frameColor: '#00A0EA',
+				scanbarColor: '#00A0EA'
 			});
 			// #endif
 		},