@dolphinweex/weex-vue-render 0.2.3 → 0.2.4

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.
@@ -3969,7 +3969,10 @@ function initEnv (viewportInfo, envInfo) {
3969
3969
  }
3970
3970
  var osVersion = envInfo.os.version.val;
3971
3971
 
3972
- var device_display = $midea_harmony_native.getHarmoryDeviceDisplay() || {};
3972
+ var device_display = {};
3973
+ try {
3974
+ device_display = $midea_harmony_native.getHarmoryDeviceDisplay()
3975
+ }catch(e) {}
3973
3976
 
3974
3977
 
3975
3978
  var env = {
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  "type": "git",
50
50
  "url": "git+ssh://git@github.com/weexteam/weex-vue-render.git"
51
51
  },
52
- "version": "0.2.3"
52
+ "version": "0.2.4"
53
53
  }