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
package/dist/index.native.js
CHANGED
|
@@ -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.
|
|
3399
|
+
if (purchaseInfoPurchaseEnable && it.purchaseInfo.skuId) {}
|
|
3400
3400
|
|
|
3401
|
-
if (purchaseInfoPurchaseEnable && it.purchaseInfo.
|
|
3401
|
+
if (purchaseInfoPurchaseEnable && it.purchaseInfo.searchLinkUrl) {
|
|
3402
3402
|
//去掉有搜索列表的(优先级最高)
|
|
3403
3403
|
} else if (it.productCode && it.productCode != 0) {
|
|
3404
3404
|
tmpcodeList.push(it.productCode);
|