detail.wxml 4.5 KB

1
  1. <view class="housingDetail _div"><view class="swiperBody _div"></view><view class="housingInfoBody _div"><view class="housingName _div">{{''+(form.groupName+"-"+form.discName+"-"+form.buildName+"-"+form.roomNo)+''}}</view><view class="housingImportBox _div"><view class="housingImportItem _div"><label class="housingImportInfo _span"><label style="font-size:40rpx;font-weight:600;" class="_span">{{''+HOUSE_USAGE[form.roomUse-1].label+''}}</label></label><label class="housingInportName _span">用途</label></view><view class="housingImportItem _div"><label class="housingImportInfo _span"><label style="font-size:40rpx;font-weight:600;" class="_span">{{form.actualInternalArea?form.actualInternalArea:"暂无数据"}}</label>㎡</label><label class="housingInportName _span">实测套内面积(㎡)</label></view><view class="housingImportItem _div"><label class="housingImportInfo _span"><label style="font-size:40rpx;font-weight:600;" class="_span">{{!form.decorationSituation?"暂无数据":DECORATION_SITUATION[form.decorationSituation-1].label}}</label></label><label class="housingInportName _span">装修情况</label></view></view><view class="housingInfoBox _div"><view class="housingInfoItem _div"><label class="infoTitle _span">父级</label><label class="infoMsg _span">{{''+(form.groupName+"-"+form.discName+"-"+form.buildName)+''}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">户室号</label><label class="infoMsg _span">{{form.floor}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">所在层</label><label class="infoMsg _span">{{form.floor}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">预测套内面积(㎡)</label><label class="infoMsg _span">{{form.predictionInternalArea?form.predictionInternalArea:"暂无数据"}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">预测分摊面积(㎡)</label><label class="infoMsg _span">{{form.actualShareArea?form.actualShareArea:"暂无数据"}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">预测建筑面积(㎡)</label><label class="infoMsg _span">{{form.predictionBuildArea?form.predictionBuildArea:"暂无数据"}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">预测土地面积(㎡)</label><label class="infoMsg _span">{{form.predictionLandArea?form.predictionLandArea:"暂无数据"}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">实测套内面积(㎡)</label><label class="infoMsg _span">{{form.actualInternalArea?form.actualInternalArea:"暂无数据"}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">实测分摊面积(㎡)</label><label class="infoMsg _span">{{form.actualShareArea?form.actualShareArea:"暂无数据"}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">实测建筑面积(㎡)</label><label class="infoMsg _span">{{form.actualBuildArea?form.actualBuildArea:"暂无数据"}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">实测土地面积(㎡)</label><label class="infoMsg _span">{{form.actualLandArea?form.actualLandArea:"暂无数据"}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">用途</label><label class="infoMsg _span">{{HOUSE_USAGE[form.roomUse-1].label}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">可售状态</label><label class="infoMsg _span">{{SALE_STATUS[form.saleStatus-1].label}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">已售状态</label><label class="infoMsg _span">{{''+SOLD_STATUS[form.soldStatus-1].label+''}}</label></view><view class="housingInfoItem _div"><label class="infoTitle _span">户型</label><label class="infoMsg _span"><picker value="{{index}}" range="{{houseTypeList}}" range-key="label" data-event-opts="{{[['change',[['getHouseImageList',['$event']]]]]}}" bindchange="__e">{{''+(houseType?houseType:"请选择")+''}}</picker></label></view><view class="imageList _div"><block wx:for="{{imageList}}" wx:for-item="item" wx:for-index="__i0__" wx:key="url"><image src="{{item.url}}" alt data-event-opts="{{[['tap',[['showImgList',['$0'],[[['imageList','url',item.url,'url']]]]]]]}}" bindtap="__e" class="_img"></image></block></view></view><button data-event-opts="{{[['tap',[['goBack']]]]}}" class="submitBtn" bindtap="__e">返回上一页</button></view></view>