@fonixtree/magic-design 2.0.165 → 2.0.169
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
|
@@ -284,7 +284,8 @@ var newParseUrl = function newParseUrl(urlObj) {
|
|
|
284
284
|
'/social-commerce/my-cashback': 'CASHBACK',
|
|
285
285
|
'/account/wallet': 'WEBVIEW',
|
|
286
286
|
'/product/GroupBuy': 'GROUP',
|
|
287
|
-
'/search-page': 'SEARCH_PAGE'
|
|
287
|
+
'/search-page': 'SEARCH_PAGE',
|
|
288
|
+
'/commission': 'COMMISSION'
|
|
288
289
|
};
|
|
289
290
|
params = {
|
|
290
291
|
action: 'jump',
|
|
@@ -423,7 +424,8 @@ var parseUrl = function parseUrl(url) {
|
|
|
423
424
|
'/account/wallet': 'WEBVIEW',
|
|
424
425
|
'/product/GroupBuy': 'GROUP',
|
|
425
426
|
'/search-page': 'SEARCH_PAGE',
|
|
426
|
-
'/main/my-commission': 'WALLET'
|
|
427
|
+
'/main/my-commission': 'WALLET',
|
|
428
|
+
'/commission': 'COMMISSION'
|
|
427
429
|
};
|
|
428
430
|
link = url;
|
|
429
431
|
params = {
|
|
@@ -284,7 +284,8 @@ var newParseUrl = function newParseUrl(urlObj) {
|
|
|
284
284
|
'/social-commerce/my-cashback': 'CASHBACK',
|
|
285
285
|
'/account/wallet': 'WEBVIEW',
|
|
286
286
|
'/product/GroupBuy': 'GROUP',
|
|
287
|
-
'/search-page': 'SEARCH_PAGE'
|
|
287
|
+
'/search-page': 'SEARCH_PAGE',
|
|
288
|
+
'/commission': 'COMMISSION'
|
|
288
289
|
};
|
|
289
290
|
params = {
|
|
290
291
|
action: 'jump',
|
|
@@ -423,7 +424,8 @@ var parseUrl = function parseUrl(url) {
|
|
|
423
424
|
'/account/wallet': 'WEBVIEW',
|
|
424
425
|
'/product/GroupBuy': 'GROUP',
|
|
425
426
|
'/search-page': 'SEARCH_PAGE',
|
|
426
|
-
'/main/my-commission': 'WALLET'
|
|
427
|
+
'/main/my-commission': 'WALLET',
|
|
428
|
+
'/commission': 'COMMISSION'
|
|
427
429
|
};
|
|
428
430
|
link = url;
|
|
429
431
|
params = {
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|