@fonixtree/magic-design 0.1.46 → 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.
package/es/utils/businessUtil.js
CHANGED
|
@@ -52,7 +52,7 @@ var newParseUrl = function newParseUrl(urlObj) {
|
|
|
52
52
|
|
|
53
53
|
case _constants.urlTypeMap.STORE_CATEGORY:
|
|
54
54
|
// 商品列表
|
|
55
|
-
link = "/product/list/?
|
|
55
|
+
link = "/product/list/?storeCatgIds=" + value;
|
|
56
56
|
params = {
|
|
57
57
|
action: 'jump',
|
|
58
58
|
params: {
|
|
@@ -366,7 +366,7 @@ exports.listToTree = listToTree;
|
|
|
366
366
|
|
|
367
367
|
var getPromotionList = function getPromotionList(offer) {
|
|
368
368
|
var PROMOTION_TYPE_MAP = {
|
|
369
|
-
2: '
|
|
369
|
+
2: 'FLASH',
|
|
370
370
|
4: 'Group',
|
|
371
371
|
C: 'Discount',
|
|
372
372
|
D: 'Discount',
|
|
@@ -52,7 +52,7 @@ var newParseUrl = function newParseUrl(urlObj) {
|
|
|
52
52
|
|
|
53
53
|
case _constants.urlTypeMap.STORE_CATEGORY:
|
|
54
54
|
// 商品列表
|
|
55
|
-
link = "/product/list/?
|
|
55
|
+
link = "/product/list/?storeCatgIds=" + value;
|
|
56
56
|
params = {
|
|
57
57
|
action: 'jump',
|
|
58
58
|
params: {
|
|
@@ -366,7 +366,7 @@ exports.listToTree = listToTree;
|
|
|
366
366
|
|
|
367
367
|
var getPromotionList = function getPromotionList(offer) {
|
|
368
368
|
var PROMOTION_TYPE_MAP = {
|
|
369
|
-
2: '
|
|
369
|
+
2: 'FLASH',
|
|
370
370
|
4: 'Group',
|
|
371
371
|
C: 'Discount',
|
|
372
372
|
D: 'Discount',
|