| @@ -68,12 +68,7 @@ export default { | |||
| }, | |||
| // 获取详情 | |||
| getDesc(item){ | |||
| let str = ` | |||
| 最短起租:${ item.shortestRent } | | |||
| 总面积:${ item.totalArea }m² | | |||
| 支付方式:${ item.payment } | | |||
| ${ item.type } | |||
| ` | |||
| let str = `最短起租:${ item.shortestRent } | 总面积:${ item.totalArea }m² | 支付方式:${ item.payment } | ${ item.type }` | |||
| return str | |||
| }, | |||
| // 获取可选 | |||