|
il y a 11 mois | |
---|---|---|
.. | ||
utssdk | il y a 11 mois | |
changelog.md | il y a 11 mois | |
encrypt | il y a 11 mois | |
index.uts | il y a 11 mois | |
package.json | il y a 11 mois | |
readme.md | il y a 11 mois |
导入插件后,自定义基座再使用。
ScanType类型:
qrCode - 二维码
barCode - 一维码
datamatrix - Data Matrix 码
pdf417 - PDF417 条码
import {hmScanCode, ScanOptions, ScanResult} from '@/uni_modules/lime-scan';
hmScanCode({
scanType: ['qrCode'],
success: (res: ScanResult) => {
console.log(res);
},
} as ScanOptions);