@fonixtree/magic-design 0.1.36 → 0.1.38

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.
@@ -15,6 +15,8 @@ var _common = require("../../../../../common");
15
15
 
16
16
  var _defaultImg = _interopRequireDefault(require("../../../../../common/GroupList/defaultImg.png"));
17
17
 
18
+ var _coreUtil = require("../../../../../utils/coreUtil");
19
+
18
20
  var _commonUtil = require("../../../../../utils/commonUtil");
19
21
 
20
22
  var _locale = require("../../../../../locale");
@@ -240,7 +242,7 @@ function (_super) {
240
242
 
241
243
  _this.searchProduct = function () {
242
244
  var storeId = window.magicDesign.storeId;
243
- clickUrl("/product/list?q=" + _this.state.inputVal + "&storeId=" + storeId);
245
+ (0, _coreUtil.clickUrl)("/product/list?q=" + _this.state.inputVal + "&storeId=" + storeId);
244
246
  };
245
247
 
246
248
  _this.clickCollect = function () {
@@ -15,6 +15,8 @@ var _common = require("../../../../../common");
15
15
 
16
16
  var _defaultImg = _interopRequireDefault(require("../../../../../common/GroupList/defaultImg.png"));
17
17
 
18
+ var _coreUtil = require("../../../../../utils/coreUtil");
19
+
18
20
  var _commonUtil = require("../../../../../utils/commonUtil");
19
21
 
20
22
  var _locale = require("../../../../../locale");
@@ -240,7 +242,7 @@ function (_super) {
240
242
 
241
243
  _this.searchProduct = function () {
242
244
  var storeId = window.magicDesign.storeId;
243
- clickUrl("/product/list?q=" + _this.state.inputVal + "&storeId=" + storeId);
245
+ (0, _coreUtil.clickUrl)("/product/list?q=" + _this.state.inputVal + "&storeId=" + storeId);
244
246
  };
245
247
 
246
248
  _this.clickCollect = function () {
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.36",
4
+ "version": "0.1.38",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",