소스 검색

分割价格

master
王饶冀 3 년 전
부모
커밋
bbe9da0843
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      digital-park-web/digital-park/src/views/investment-service/InvestmentServiceList/components/PropertyManage.vue

+ 1
- 1
digital-park-web/digital-park/src/views/investment-service/InvestmentServiceList/components/PropertyManage.vue 파일 보기

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

Loading…
취소
저장