UNPKG
magic-helper
Version:
latest (1.0.0)
1.0.0
this is magic helper
magic-helper
/
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
); };