mo 5 년 전
부모
커밋
44244c55af

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-5ee048ea.7acc58bb.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-ad52b5d0.3d67c98e.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.f2c6f7af.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-27b621d7.82c51ce4.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-5ee048ea.867e6c5e.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-9e224f5c.c6048045.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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
             }
           }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.