@@ -237,6 +237,7 @@ export default {
},
//计算title的字节数
getStrCount(title){
+ if(!title) return
return countStrSize(title)
}