@fonixtree/magic-design 0.0.53 → 0.0.54

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.
@@ -700,7 +700,7 @@ function (_super) {
700
700
  imgHeight: imgHeight,
701
701
  imgWidth: imgWidth,
702
702
  onItemClick: function onItemClick() {
703
- return (0, _coreUtil.clickUrl)("/product/detail/" + item.offerId + "?productId=" + (item.sppProductId || item.productId || ''));
703
+ return (0, _coreUtil.clickUrl)("/product/detail/" + item.offerId);
704
704
  },
705
705
  panelProps: panelProps.content,
706
706
  showProgress: false
@@ -726,7 +726,7 @@ function (_super) {
726
726
  imgHeight: imgHeight,
727
727
  imgWidth: imgWidth,
728
728
  onItemClick: function onItemClick() {
729
- return (0, _coreUtil.clickUrl)("/product/detail/" + item.offerId + "?productId=" + (item.sppProductId || item.productId || ''));
729
+ return (0, _coreUtil.clickUrl)("/product/detail/" + item.offerId);
730
730
  },
731
731
  panelProps: panelProps.content,
732
732
  showProgress: false
@@ -700,7 +700,7 @@ function (_super) {
700
700
  imgHeight: imgHeight,
701
701
  imgWidth: imgWidth,
702
702
  onItemClick: function onItemClick() {
703
- return (0, _coreUtil.clickUrl)("/product/detail/" + item.offerId + "?productId=" + (item.sppProductId || item.productId || ''));
703
+ return (0, _coreUtil.clickUrl)("/product/detail/" + item.offerId);
704
704
  },
705
705
  panelProps: panelProps.content,
706
706
  showProgress: false
@@ -726,7 +726,7 @@ function (_super) {
726
726
  imgHeight: imgHeight,
727
727
  imgWidth: imgWidth,
728
728
  onItemClick: function onItemClick() {
729
- return (0, _coreUtil.clickUrl)("/product/detail/" + item.offerId + "?productId=" + (item.sppProductId || item.productId || ''));
729
+ return (0, _coreUtil.clickUrl)("/product/detail/" + item.offerId);
730
730
  },
731
731
  panelProps: panelProps.content,
732
732
  showProgress: false
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.0.53",
4
+ "version": "0.0.54",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",