w-ui-v1 1.0.70 → 1.0.71
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 -2
package/package.json
CHANGED
package/utils/idata-scan.ts
CHANGED
|
@@ -66,7 +66,7 @@ const closeBarcode=()=>{
|
|
|
66
66
|
|
|
67
67
|
const stopBarcode=()=>{
|
|
68
68
|
// #ifdef APP-PLUS
|
|
69
|
-
|
|
69
|
+
///手动调用
|
|
70
70
|
//停止扫描
|
|
71
71
|
//接口scanStop(UniJSCallback callback)
|
|
72
72
|
barcodeModel.scanStop((ret) => {
|
|
@@ -77,7 +77,7 @@ const stopBarcode=()=>{
|
|
|
77
77
|
}
|
|
78
78
|
const startBarcode=()=>{
|
|
79
79
|
// #ifdef APP-PLUS
|
|
80
|
-
|
|
80
|
+
//手动调用
|
|
81
81
|
//开始扫描
|
|
82
82
|
//接口scanStop(UniJSCallback callback)
|
|
83
83
|
barcodeModel.scanStart((ret) => {
|