dolphin-weex-bc 0.0.46 → 0.0.47

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dolphin-weex-bc",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -842,7 +842,7 @@ const MaterialEvent = {
842
842
 
843
843
  if (purchaseInfoPurchaseEnable && it.purchaseInfo.searchLinkUrl) {
844
844
  //去掉有搜索列表的(优先级最高)
845
- } else if (it.productCode && it.productCode != 0) {
845
+ } else if (purchaseInfoPurchaseEnable && it.productCode && it.productCode != 0) {
846
846
  tmpcodeList.push(it.productCode)
847
847
  }
848
848