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
@@ -1,6 +1,11 @@
1
1
 
2
2
  # 升级日志
3
3
 
4
+ ## 0.0.16
5
+
6
+ - [ ! ] 小美卡片组件设备id获取优化
7
+ - [ ! ] date: 2025/11/04
8
+
4
9
  ## 0.0.15
5
10
 
6
11
  - [ ! ] 耗材业务组件水波纹数据单独封装
@@ -63208,7 +63208,7 @@ exports.default = {
63208
63208
  created: function created() {
63209
63209
  var _this = this;
63210
63210
 
63211
- this.$bridge.getDeviceInfo().then(function (res) {
63211
+ _dolphinNativeBridge.Bridge.getDeviceInfo().then(function (res) {
63212
63212
  _this.deviceInfo = res.result || {};
63213
63213
  });
63214
63214
  },