提交 b6aa28ee 编写于 作者: Q qiang

build: build v3

上级 d20a36c4
......@@ -5394,6 +5394,13 @@ var serviceContext = (function () {
return plus.navigator.isImmersedStatusbar() ? Math.round(plus.os.name === 'iOS' ? plus.navigator.getSafeAreaInsets().top : plus.navigator.getStatusbarHeight()) : 0
}
let uuid;
function uuid$1 () {
uuid = uuid || plus.runtime.getDCloudId();
return uuid
}
function getSystemInfoSync () {
return callApiSync(getSystemInfo, Object.create(null), 'getSystemInfo', 'getSystemInfoSync')
}
......@@ -5481,7 +5488,7 @@ var serviceContext = (function () {
bottom: safeAreaInsets.bottom,
left: safeAreaInsets.left
},
uuid: plus.runtime.getDCloudId()
uuid: uuid$1()
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册