UNPKG

magic-helper

Version:

this is magic helper

6 lines (5 loc) 237 B
import { SCAN_RES_KEY } from '../constant'; // 获取扫码结果,app是在uni.canCode的成功回调里存到local的,h5是在onLaunch的时候存的 export const getScanRes = () => { return uni.getStorageSync(SCAN_RES_KEY); };