dolphin-weex-bc 0.0.49 → 0.0.50

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,5 +1,10 @@
1
1
  # 升级日志
2
2
 
3
+ ## 0.0.50
4
+
5
+ - [ ! ] 修改小美卡片组件图片资源
6
+ - [ ! ] date: 2026/09/02
7
+
3
8
  ## 0.0.49
4
9
 
5
10
  - [ ! ] 耗材组件一键加购弹窗修改商品样式
@@ -69315,7 +69315,7 @@ exports.default = {
69315
69315
  },
69316
69316
  _avatarSrc: function _avatarSrc() {
69317
69317
  if (this.avatarSrc) return this.avatarSrc;
69318
- return this.isDiablo ? 'https://dolphin-weex-dev.msmartlife.cn/img/avatar_diablo.png' : 'https://dolphin-weex-dev.msmartlife.cn/img/avatar.png';
69318
+ return this.isDiablo ? 'https://www.smartmidea.net/projects/xiaomei-agent-assets/avatar/avatar_diablo.png' : 'https://www.smartmidea.net/projects/xiaomei-agent-assets/avatar/avatar.png';
69319
69319
  }
69320
69320
  },
69321
69321
  created: function created() {