Explorar o código

Merge branch 'V0.0.2' of http://10.87.10.227:4000/jzyd_yyds/soc_app into V0.0.2

coys %!s(int64=2) %!d(string=hai) anos
pai
achega
81b32e376c
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(){