xiaodai2022 2 years ago
parent
commit
fd02033c03

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


BIN
dist/static/css/chunk-24077faa.e4b12273.css.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-60f118f1.83e8a3e7.css


BIN
dist/static/css/chunk-60f118f1.83e8a3e7.css.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.547abef3.js


BIN
dist/static/js/app.547abef3.js.gz


BIN
dist/static/js/app.b0b31c08.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-24077faa.412c17f0.js


BIN
dist/static/js/chunk-24077faa.412c17f0.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-60f118f1.c6c0fd27.js


BIN
dist/static/js/chunk-60f118f1.c6c0fd27.js.gz


+ 3 - 5
src/views/interest/account/addEdit.vue

@@ -221,12 +221,10 @@ export default {
         callback(new Error("真实姓名不能为空!"));
       } else {
         if (value.length < 2 || value.length > 12) {
-          callback(new Error("真实姓名规则为2~12位汉字!"));
+          callback(new Error("真实姓名规则为2~12位!"));
         } else {
-          if (!isChinese(value)) {
-            callback(new Error("真实姓名规则为2~12位汉字!"));
-          } else if (isEmoticon(value)) {
-            callback(new Error("真实姓名规则为2~12位汉字!"));
+          if (isEmoticon(value)) {
+            callback(new Error("真实姓名规则为2~12位!"));
           } else {
             callback();
           }

+ 1 - 1
src/views/system/updates/addEdit.vue

@@ -113,7 +113,7 @@ export default {
       showModelThis: this.showModel,
       pickerOptions: {
         disabledDate: (time) => {
-          return time.getTime() < new Date().valueOf();
+          return time.getTime() < new Date().valueOf() - 1000 * 60 * 60 * 24;
         },
       },
       options: [

Some files were not shown because too many files changed in this diff