提交 0d9b3b6d 编写于 作者: Q qiang

build: v3

上级 67699cac
......@@ -5998,6 +5998,7 @@ var serviceContext = (function () {
function getSystemInfo () {
const platform = plus.os.name.toLowerCase();
const ios = platform === 'ios';
const isAndroid = platform === 'android';
const {
screenWidth,
screenHeight
......@@ -6064,7 +6065,7 @@ var serviceContext = (function () {
windowHeight,
statusBarHeight,
language: plus.os.language,
system: `${platform} ${plus.os.version}`,
system: `${ios ? 'iOS' : isAndroid ? 'Android' : ''} ${plus.os.version}`,
version: plus.runtime.innerVersion,
fontSizeSetting: '',
platform,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册