liujq преди 4 години
родител
ревизия
bfa642b7af
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      src/components/Common/BaseForm.vue
  2. 1 1
      src/views/house/components/popup/IndexEdit.vue
  3. 1 1
      src/views/house/components/popup/OldEdit.vue

+ 1 - 1
src/components/Common/BaseForm.vue

@@ -455,7 +455,7 @@ export default {
         this.$message.error('上传图片只能是 JPG PNG 格式!')
       }
       if (!isLt2M) {
-        this.$message.error('上传图片大小不能超过 400k!')
+        this.$message.error('上传图片大小不能超过 2M!')
       }
       return isJPGPNG && isLt2M
     },

+ 1 - 1
src/views/house/components/popup/IndexEdit.vue

@@ -201,7 +201,7 @@ export default {
         this.$message.error('上传图片只能是 JPG PNG 格式!')
       }
       if (!isLt2M) {
-        this.$message.error('上传图片大小不能超过 400k!')
+        this.$message.error('上传图片大小不能超过 2M!')
       }
       return isJPGPNG && isLt2M
     },

+ 1 - 1
src/views/house/components/popup/OldEdit.vue

@@ -107,7 +107,7 @@ export default {
         this.$message.error('上传图片只能是 JPG PNG 格式!')
       }
       if (!isLt2M) {
-        this.$message.error('上传图片大小不能超过 400k!')
+        this.$message.error('上传图片大小不能超过 2M!')
       }
       return isJPGPNG && isLt2M
     },