w-ui-v1 1.0.71 → 1.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/utils/idata-scan.ts +2 -1
package/package.json
CHANGED
package/utils/idata-scan.ts
CHANGED
|
@@ -69,10 +69,11 @@ const stopBarcode=()=>{
|
|
|
69
69
|
///手动调用
|
|
70
70
|
//停止扫描
|
|
71
71
|
//接口scanStop(UniJSCallback callback)
|
|
72
|
+
globalEvent.removeEventListener('iDataBarcodeEvent')
|
|
72
73
|
barcodeModel.scanStop((ret) => {
|
|
73
74
|
console.log(ret)
|
|
74
75
|
});
|
|
75
|
-
|
|
76
|
+
|
|
76
77
|
// #endif
|
|
77
78
|
}
|
|
78
79
|
const startBarcode=()=>{
|