lijuncheng
4 months ago
20 changed files with 202 additions and 268 deletions
@ -1,29 +0,0 @@ |
|||
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