dolphin-weex-bc 0.0.38 → 0.0.39

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,8 +1,13 @@
1
1
  # 升级日志
2
2
 
3
+ ## 0.0.39
4
+
5
+ - [ ! ] 耗材组件增加事件回调
6
+ - [ ! ] date: 2026/06/03
7
+
3
8
  ## 0.0.38
4
9
 
5
- - [ ! ] 去掉耗材组件里面的默认背景色
10
+ - [ ! ] 耗材套件组件增加一键加购弹窗
6
11
  - [ ! ] date: 2026/06/02
7
12
 
8
13
  ## 0.0.37
@@ -66969,6 +66969,7 @@ exports.default = {
66969
66969
 
66970
66970
  // 购买商品跳转
66971
66971
  buyGoods: function buyGoods(it, deviceInfo) {
66972
+ this.$emit('handleEventBuyGoods', { it: it, deviceInfo: deviceInfo });
66972
66973
  // 1购买
66973
66974
  if (it.btnType == 1) {
66974
66975
  var activeUrl = it.purchaseInfo ? it.purchaseInfo.linkUrl : '';