yuliang 2 anni fa
parent
commit
ce52934b67
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 2 2
      dist/yvan-ext-mobile.js
  2. 1 1
      dist/yvan-ext-mobile.js.map

+ 2 - 2
dist/yvan-ext-mobile.js

@@ -38700,7 +38700,7 @@ define(['exports'], function (exports) { 'use strict';
                   obj[idx] = '';
               }
               else {
-                  if (typeof value === "string" && /^-?\d*\.?\d+$/.test(value)) {
+                  if (typeof value === "string" && /^-?\d*\.\d+$/.test(value)) {
                       obj[idx] = parseFloat(value) + "";
                   }
                   else {
@@ -38715,7 +38715,7 @@ define(['exports'], function (exports) { 'use strict';
                   obj[key] = '';
               }
               else {
-                  if (typeof value === "string" && /^-?\d*\.?\d+$/.test(value)) {
+                  if (typeof value === "string" && /^-?\d*\.\d+$/.test(value)) {
                       obj[key] = parseFloat(value) + "";
                   }
                   else {

File diff suppressed because it is too large
+ 1 - 1
dist/yvan-ext-mobile.js.map