25개 이상의 토픽을 선택하실 수 없습니다.
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | <navbar home back text="商场地图">
</navbar>
<view style="height:{{navigationBarHeight}} "></view>
<view class="Box">
 <view class="le_box">
      <view class="{{tierFalg==index?'floor_a':floor}}" wx:for="{{dataLsit[falgFloor].floors}}" wx:key="index" bindtap="setTierFalg" data-index="{{index}}">
        <text class="text">{{item.floorName}}</text>
        <!-- <text class="active" wx:if="{{tierFalg==index}}"></text> -->
      </view>
      <view class="area">
        <view class="{{falgFloor==index?'areaItemActivity':'areaItem'}}" wx:for="{{dataLsit}}" wx:key="index" bindtap="setFalgFloor" data-index="{{index}}">{{item.buildingName}}</view>
        <!-- <view class="areaItem">B座</view> -->
      </view>
    </view>
  <view class="dt_box">
   
    <view class="ri_box">
      <image mode="widthFix" class="dt_2_img" src="{{tmpePicture}}" wx:if="{{tmpePicture!=''}}" bindtap="lookimg" bindload="imgload"></image>
       <!-- <image  class="dt_2_img_w_H" src="{{tmpePicture}}" wx:if="{{tmpePicture!=''}}" bindtap="lookimg" bindload="imgload" wx:if="{{img_W_H_flag}}"></image> -->
      <view class="noIMg" wx:if="{{tmpePicture==''}}">暂未配置</view>
    </view>
  </view>
</view>
 |