方法中写:
maxSixString(e) {
if (e) {
return e.substr(0, 26) + '...';
} else {
return '';
}
},
在需要使用的字段中加:
{{maxSixString(detailsInfo.fIntroduce)}}
方法中写:
maxSixString(e) {
if (e) {
return e.substr(0, 26) + '...';
} else {
return '';
}
},
在需要使用的字段中加:
{{maxSixString(detailsInfo.fIntroduce)}}