Explorar o código

修改 上传图片插件,现场报错问题

gaoxiong hai 1 ano
pai
achega
6203373771
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/menu/resumption/detail.vue

+ 2 - 2
src/views/menu/resumption/detail.vue

@@ -314,9 +314,9 @@ export default {
       let len = val.length;
       if( len > 200) {
         this.$toast.fail('问题情况输入长度不能超过200');
-        return true
-      }else {
         return false
+      }else {
+        return true
       }
     },
     checkNFC(){