提交 7649a33f 编写于 作者: D DCloud_LXH

chore: getAppBaseInfo

上级 9411a850
...@@ -42,7 +42,7 @@ export function getDeviceInfo () { ...@@ -42,7 +42,7 @@ export function getDeviceInfo () {
export function getAppBaseInfo () { export function getAppBaseInfo () {
weexGetSystemInfoSync() weexGetSystemInfoSync()
const { const {
hostPackageName, hostName, hostPackageName, hostName, osLanguage,
hostVersion, hostLanguage, hostTheme, hostVersion, hostLanguage, hostTheme,
appId, appName, appVersion, appVersionCode appId, appName, appVersion, appVersionCode
} = systemInfo } = systemInfo
...@@ -63,7 +63,7 @@ export function getAppBaseInfo () { ...@@ -63,7 +63,7 @@ export function getAppBaseInfo () {
appVersionCode, appVersionCode,
appLanguage, appLanguage,
version: plus.runtime.innerVersion, version: plus.runtime.innerVersion,
language: hostLanguage, language: osLanguage,
theme: '', theme: '',
hostPackageName, hostPackageName,
hostName, hostName,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册