UNPKG

@tslsmart/magic-applet

Version:

特斯联移动端统一接口,抹平h5和wgt的差异

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); };