Skip to content

Commit b67c59d

Browse files
authored
Merge pull request #1968 from didi/fix-ali-getdeviceinfo
修正getdeviceinfo取值
2 parents 3172d18 + 754fd31 commit b67c59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-proxy/src/platform/api/system/index.ali.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function getSystemInfoSync () {
3333
}
3434

3535
const getDeviceInfo = function () {
36-
const res = ENV_OBJ.getDeviceBaseInfo
36+
const res = ENV_OBJ.getDeviceBaseInfo()
3737
defineUnsupportedProps(res, ['deviceAbi', 'benchmarkLevel', 'cpuType'])
3838
return res
3939
}

0 commit comments

Comments
 (0)