mo 5 years ago
parent
commit
44244c55af

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-5ee048ea.7acc58bb.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-ad52b5d0.3d67c98e.css


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-27b621d7.82c51ce4.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5ee048ea.867e6c5e.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-9e224f5c.c6048045.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-ad52b5d0.2605b3ed.js


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

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

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

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

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