src/templates/sharecomponent/fieldscomponent/index.jsx @@ -64,7 +64,7 @@ try { // 存在max _length = +_type.match(/\d+/)[0] || 50 } catch (e) { _length = 2048 _length = 4000 } _type = 'text' } else if (/^int/.test(_type)) {