提交 e35644f4 编写于 作者: Q qiang

build: build v3

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