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

chore: build

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