zhang_li
3 months ago
6 changed files with 72 additions and 26 deletions
@ -0,0 +1,29 @@ |
|||||
|
import { |
||||
|
getLabelInfo |
||||
|
} from '@/common/label.js'; |
||||
|
|
||||
|
// export function getLabelInfoResult(scanMsg, headerType callBackInfo) {
|
||||
|
// let index = scanMsg.indexOf('\n');
|
||||
|
// if (index >= 0) {
|
||||
|
// // let content = uni.$u.trim(scanMsg)
|
||||
|
// let content = scanMsg
|
||||
|
// if (content == "") {
|
||||
|
// return ""
|
||||
|
// }
|
||||
|
|
||||
|
// getLabelInfo(content, headerType, callback => {
|
||||
|
// let scanResult = callback;
|
||||
|
// scanResult.scanMessage = content
|
||||
|
// if (scanResult.success) {
|
||||
|
// return scanResult
|
||||
|
// } else {
|
||||
|
// return ""
|
||||
|
// }
|
||||
|
// });
|
||||
|
|
||||
|
// }
|
||||
|
// }
|
||||
|
|
||||
|
export function getLabelInfoResult(){ |
||||
|
|
||||
|
} |
Loading…
Reference in new issue