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(){ }