@dolphinweex/weex-vue-render 0.2.88 → 0.2.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.common.js +1 -1
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -4073,7 +4073,7 @@ function initEnv (viewportInfo, envInfo) {
|
|
|
4073
4073
|
weexVersion: '1.0.36',
|
|
4074
4074
|
layoutDirection: 'ltr',
|
|
4075
4075
|
userAgent: navigator.userAgent,
|
|
4076
|
-
appName: device_display.appName,
|
|
4076
|
+
appName: device_display.appName || '',
|
|
4077
4077
|
appVersion: device_display.appVersion,
|
|
4078
4078
|
osName: osName,
|
|
4079
4079
|
osVersion: osVersion,
|
package/package.json
CHANGED