@fonixtree/magic-design 0.1.47 → 0.1.48

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.
@@ -52,7 +52,7 @@ var newParseUrl = function newParseUrl(urlObj) {
52
52
 
53
53
  case _constants.urlTypeMap.STORE_CATEGORY:
54
54
  // 商品列表
55
- link = "/product/list/?storeCategory=" + value;
55
+ link = "/product/list/?storeCatgIds=" + value;
56
56
  params = {
57
57
  action: 'jump',
58
58
  params: {
@@ -52,7 +52,7 @@ var newParseUrl = function newParseUrl(urlObj) {
52
52
 
53
53
  case _constants.urlTypeMap.STORE_CATEGORY:
54
54
  // 商品列表
55
- link = "/product/list/?storeCategory=" + value;
55
+ link = "/product/list/?storeCatgIds=" + value;
56
56
  params = {
57
57
  action: 'jump',
58
58
  params: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.1.47",
4
+ "version": "0.1.48",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",