dolphin-weex-bc 0.0.23 → 0.0.24

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.24
4
+
5
+ - [ ! ] 耗材业务组件购买逻辑优化
6
+ - [ ! ] date: 2026/01/19
7
+
3
8
  ## 0.0.23
4
9
 
5
10
  - [ ! ] 耗材业务组件优化方法调用
@@ -3396,9 +3396,9 @@ var MaterialEvent = {
3396
3396
  }
3397
3397
  //这里需要对有skuid的耗材进行处理
3398
3398
  var purchaseInfoPurchaseEnable = it.purchaseInfo && it.purchaseInfo.purchaseEnable;
3399
- if (purchaseInfoPurchaseEnable && it.purchaseInfo.purchaseInfo.skuId) {}
3399
+ if (purchaseInfoPurchaseEnable && it.purchaseInfo.skuId) {}
3400
3400
 
3401
- if (purchaseInfoPurchaseEnable && it.purchaseInfo.purchaseInfo.searchLinkUrl) {
3401
+ if (purchaseInfoPurchaseEnable && it.purchaseInfo.searchLinkUrl) {
3402
3402
  //去掉有搜索列表的(优先级最高)
3403
3403
  } else if (it.productCode && it.productCode != 0) {
3404
3404
  tmpcodeList.push(it.productCode);