| }, | }, | ||||
| // 获取详情 | // 获取详情 | ||||
| getDesc(item){ | 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 | return str | ||||
| }, | }, | ||||
| // 获取可选 | // 获取可选 |