Bladeren bron

合并代码

lex-xin 4 jaren geleden
bovenliggende
commit
bb14212232

+ 3 - 0
debug.log

@@ -10,3 +10,6 @@
 [1225/094724.194:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
 [1230/094024.562:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
 [1231/093553.846:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
+[0104/094020.609:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
+[0105/101053.212:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
+[0106/093923.589:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-43ce5058.5d84c1ec.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-4b75fb15.3cca1b2a.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-668d75fc.7f7391bb.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-6ce7f685.770abd7b.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-6fe6d854.54d5bdf9.css


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-43ce5058.c08e2606.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4b75fb15.f8c446e7.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6ce7f685.e137b312.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6fe6d854.a0568fdb.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-abff0bc0.8e619d54.js


+ 2 - 2
src/views/categroyManager/vipActiveList.vue

@@ -858,8 +858,8 @@ export default {
           let organId = this.resetForm.organ.join(",");
           let type = this.activeType;
           if (type == "DISCOUNT") {
-            if (this.attribute1 < 0 || this.attribute1 > 100) {
-              this.$message.error("折扣必须大于0且小于100");
+            if (this.attribute1 < 0 ) {
+              this.$message.error("折扣必须大于0");
               return;
             }
           }

+ 2 - 2
src/views/categroyManager/vipNewActive.vue

@@ -353,8 +353,8 @@ export default {
           let organId = this.vipform.organ.join(",");
           let type = this.activeType;
           if (type == 'DISCOUNT') {
-            if (this.attribute1 < 0 || this.attribute1 > 100) {
-              this.$message.error('折扣必须大于0且小于100')
+            if (this.attribute1 < 0 ) {
+              this.$message.error('折扣必须大于0')
               return
             }
           }

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