| getShowPrice(item){ | getShowPrice(item){ | ||||
| let showPrice = item.housingInformationList[0].showPrice; | let showPrice = item.housingInformationList[0].showPrice; | ||||
| if(showPrice && showPrice !== '面议'){ | if(showPrice && showPrice !== '面议'){ | ||||
| let price = "4000元/㎡/天".split('/')[0]; | |||||
| let price = showPrice.split('/')[0]; | |||||
| let unit = showPrice.replace(price,'') | let unit = showPrice.replace(price,'') | ||||
| return { | return { | ||||
| price, | price, |