但是如果后台传的是 remark为null,那这里就会报 : v-if判断数组长度是,length报错 [Vue warn]: Error in render: "TypeError: Cannot read property 'length' of null" 1. 解决:在判断之前在判断下 !=null就行了 changeRemarkLength(){ return function (text) { if(text!=null && text.length > 14)...