dolphin-weex-bc 0.0.15 → 0.0.16
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/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -63208,7 +63208,7 @@ exports.default = {
|
|
|
63208
63208
|
created: function created() {
|
|
63209
63209
|
var _this = this;
|
|
63210
63210
|
|
|
63211
|
-
|
|
63211
|
+
_dolphinNativeBridge.Bridge.getDeviceInfo().then(function (res) {
|
|
63212
63212
|
_this.deviceInfo = res.result || {};
|
|
63213
63213
|
});
|
|
63214
63214
|
},
|