@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
|
|
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
|
|
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
|
|
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
|
|
729
|
+
return (0, _coreUtil.clickUrl)("/product/detail/" + item.offerId);
|
|
730
730
|
},
|
|
731
731
|
panelProps: panelProps.content,
|
|
732
732
|
showProgress: false
|