UNPKG
@tslsmart/magic-applet
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
特斯联移动端统一接口,抹平h5和wgt的差异
@tslsmart/magic-applet
/
lib
/
common
/
getScanRes.js
6 lines
(5 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
SCAN_RES_KEY
}
from
'../constant'
;
// 获取扫码结果,app是在uni.canCode的成功回调里存到local的,h5是在onLaunch的时候存的
export
const
getScanRes
= (
) => {
return
uni.
getStorageSync
(
SCAN_RES_KEY
); };