@fonixtree/magic-design 2.0.166 → 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.
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "2.0.166",
4
+ "version": "2.0.169",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",