@fonixtree/magic-design 3.0.5 → 3.0.6

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.
@@ -831,7 +831,7 @@ function (_super) {
831
831
  });
832
832
  }
833
833
 
834
- (0, _coreUtil.clickUrl)("p/product/browse/" + item.offerId + "}");
834
+ (0, _coreUtil.clickUrl)("/product/browse/" + item.offerId);
835
835
  },
836
836
  panelProps: panelProps.content,
837
837
  showDiscountTag: true,
@@ -866,9 +866,10 @@ function (_super) {
866
866
  /** PTO 定制GA */
867
867
  if (window.magicDesign.pushGA) {
868
868
  window.magicDesign.pushGA({}, 'select_item', item);
869
- }
869
+ } // clickUrl(`proDetail-${item.offerId}-${item.sppProductId || item.productId || ''}`);
870
+
870
871
 
871
- (0, _coreUtil.clickUrl)("proDetail-" + item.offerId + "-" + (item.sppProductId || item.productId || ''));
872
+ (0, _coreUtil.clickUrl)("/product/browse/" + item.offerId);
872
873
  },
873
874
  panelProps: panelProps.content,
874
875
  showDiscountTag: true,
@@ -831,7 +831,7 @@ function (_super) {
831
831
  });
832
832
  }
833
833
 
834
- (0, _coreUtil.clickUrl)("p/product/browse/" + item.offerId + "}");
834
+ (0, _coreUtil.clickUrl)("/product/browse/" + item.offerId);
835
835
  },
836
836
  panelProps: panelProps.content,
837
837
  showDiscountTag: true,
@@ -866,9 +866,10 @@ function (_super) {
866
866
  /** PTO 定制GA */
867
867
  if (window.magicDesign.pushGA) {
868
868
  window.magicDesign.pushGA({}, 'select_item', item);
869
- }
869
+ } // clickUrl(`proDetail-${item.offerId}-${item.sppProductId || item.productId || ''}`);
870
+
870
871
 
871
- (0, _coreUtil.clickUrl)("proDetail-" + item.offerId + "-" + (item.sppProductId || item.productId || ''));
872
+ (0, _coreUtil.clickUrl)("/product/browse/" + item.offerId);
872
873
  },
873
874
  panelProps: panelProps.content,
874
875
  showDiscountTag: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "3.0.5",
4
+ "version": "3.0.6",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",