@titaui/pc 1.10.35 → 1.10.37

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.
@@ -41,6 +41,10 @@ var bookDemoTransformDataToJson = function bookDemoTransformDataToJson(data, sou
41
41
  if (item.id === "employeeRange") {
42
42
  if (/-/.test(item.value)) {
43
43
  result.employeeCount = item.value.split("-")[1];
44
+ } else if (item.value === "10000+") {
45
+ result.employeeCount = "20000";
46
+ } else if (item.value === "我代表一组公司") {
47
+ result.employeeCount = "30000";
44
48
  } else {
45
49
  result.employeeCount = item.value;
46
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.10.35",
3
+ "version": "1.10.37",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",