소스 검색

修改ios扫码框颜色

caojunjie 4 년 전
부모
커밋
308a9d14c3
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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
 		},