|
|
@@ -92,7 +92,7 @@ export default class DealSeoData {
|
|
|
this.consultDetail.sale_list.forEach((item, index) => {
|
|
|
if (index === 0) {
|
|
|
title = item.title
|
|
|
- description = item.content
|
|
|
+ description = item.content.trim()
|
|
|
}
|
|
|
// if (index !== this.consultDetail.sale_list.length - 1) {
|
|
|
// description += `${item.title}、`
|