提交 612e54c2 编写于 作者: Q qiang

chore: build

上级 315ac2cf
......@@ -6498,13 +6498,6 @@ var serviceContext = (function () {
}
}
let deviceId;
function deviceId$1 () {
deviceId = deviceId || plus.device.uuid;
return deviceId
}
let systemInfo = {};
let _initSystemInfo = true;
......@@ -6523,7 +6516,8 @@ var serviceContext = (function () {
weexGetSystemInfoSync();
const {
deviceBrand = '', deviceModel, osName,
osVersion, deviceOrientation, deviceType
osVersion, deviceOrientation, deviceType,
deviceId
} = systemInfo;
const brand = deviceBrand.toLowerCase();
......@@ -6534,7 +6528,7 @@ var serviceContext = (function () {
deviceBrand: brand,
deviceModel,
devicePixelRatio: plus.screen.scale,
deviceId: deviceId$1(),
deviceId,
deviceOrientation,
deviceType,
model: deviceModel,
......
此差异已折叠。
此差异已折叠。
......@@ -1496,12 +1496,17 @@ function createIntersectionObserver (component, options) {
delete options.observeAll;
}
return swan.createIntersectionObserver(component, options)
}
function createVideoContext (videoId) {
return swan.createVideoContext(videoId)
}
var api = /*#__PURE__*/Object.freeze({
__proto__: null,
requestPayment: requestPayment,
createIntersectionObserver: createIntersectionObserver,
createVideoContext: createVideoContext,
createMediaQueryObserver: createMediaQueryObserver,
getPushClientId: getPushClientId,
onPushMessage: onPushMessage,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册