@fonixtree/magic-design 0.0.72 → 0.0.74

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.
@@ -199,7 +199,8 @@ function CustomTable(props) {
199
199
  (0, _react.useEffect)(function () {
200
200
  queryCus({
201
201
  pageType: 'Customized',
202
- verType: 'Formal'
202
+ verType: 'Formal',
203
+ state: 'Using'
203
204
  });
204
205
  }, []);
205
206
  var columns = [{
@@ -1,4 +1,5 @@
1
1
  .filteredProductModal {
2
+
2
3
  .proModalWrap {
3
4
  .info {
4
5
  background: #ecf1fd;
@@ -7,6 +8,7 @@
7
8
  padding: 5px 0 5px 16px;
8
9
  margin-bottom: 8px;
9
10
  }
11
+
10
12
  .prodImage {
11
13
  width: 36px;
12
14
  height: 36px;
@@ -87,6 +89,7 @@
87
89
  box-sizing: border-box;
88
90
  border-right: 1px solid #e0e0e0;
89
91
  padding-right: 15px;
92
+
90
93
  .price {
91
94
  display: flex;
92
95
  width: calc(100% - 16px);
@@ -100,9 +103,11 @@
100
103
  border-radius: 2px;
101
104
  }
102
105
  }
106
+
103
107
  .ant-form-item {
104
108
  margin-bottom: 4px;
105
109
  }
110
+
106
111
  .buttonStyle {
107
112
  margin-top: 10px;
108
113
  text-align: right;
@@ -87,7 +87,8 @@ var clickUrl = function clickUrl(url) {
87
87
  if (url.startsWith('/')) {
88
88
  (0, _commonUtil.navigateTo)(url);
89
89
  } else {
90
- location.href = url;
90
+ var newUrl = isPc() ? pcLink : h5Link;
91
+ (0, _commonUtil.navigateTo)(newUrl);
91
92
  }
92
93
 
93
94
  return;
@@ -199,7 +199,8 @@ function CustomTable(props) {
199
199
  (0, _react.useEffect)(function () {
200
200
  queryCus({
201
201
  pageType: 'Customized',
202
- verType: 'Formal'
202
+ verType: 'Formal',
203
+ state: 'Using'
203
204
  });
204
205
  }, []);
205
206
  var columns = [{
@@ -1,4 +1,5 @@
1
1
  .filteredProductModal {
2
+
2
3
  .proModalWrap {
3
4
  .info {
4
5
  background: #ecf1fd;
@@ -7,6 +8,7 @@
7
8
  padding: 5px 0 5px 16px;
8
9
  margin-bottom: 8px;
9
10
  }
11
+
10
12
  .prodImage {
11
13
  width: 36px;
12
14
  height: 36px;
@@ -87,6 +89,7 @@
87
89
  box-sizing: border-box;
88
90
  border-right: 1px solid #e0e0e0;
89
91
  padding-right: 15px;
92
+
90
93
  .price {
91
94
  display: flex;
92
95
  width: calc(100% - 16px);
@@ -100,9 +103,11 @@
100
103
  border-radius: 2px;
101
104
  }
102
105
  }
106
+
103
107
  .ant-form-item {
104
108
  margin-bottom: 4px;
105
109
  }
110
+
106
111
  .buttonStyle {
107
112
  margin-top: 10px;
108
113
  text-align: right;
@@ -87,7 +87,8 @@ var clickUrl = function clickUrl(url) {
87
87
  if (url.startsWith('/')) {
88
88
  (0, _commonUtil.navigateTo)(url);
89
89
  } else {
90
- location.href = url;
90
+ var newUrl = isPc() ? pcLink : h5Link;
91
+ (0, _commonUtil.navigateTo)(newUrl);
91
92
  }
92
93
 
93
94
  return;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.0.72",
4
+ "version": "0.0.74",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",