瀏覽代碼

修改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
 		},