''
liukangdong
2024-07-29 d2212709606b4e2af14d6a874f5f827767d7411c
wechat_staff/pages/detailDis/case.wxml
@@ -1,26 +1,28 @@
<view class="container">
  <buoyClient showPurpose="1" class="buoyClient"/>
<view>
  <buoyClient showPurpose="1" class="buoyClient" />
  <detailFooter bindenjoy="handleEnjoy" path="1" info="{{info}}" />
  <view class="main_title">{{ info.title }}</view>
  <view class="time">发布时间:{{ info.publishDt }}</view>
  <view class="fullview_wrap">
    <view bindtap="priviewFull" wx:if="{{ info.panorama }}" class="full">
      <image class="icon" src="../../static/icon/ic_720.png" mode="widthFix"></image>
      <text>全景</text>
  <view class="container">
    <view class="main_title">{{ info.title }}</view>
    <view class="time">发布时间:{{ info.publishDt }}</view>
    <view class="fullview_wrap">
      <view bindtap="priviewFull" wx:if="{{ info.panorama }}" class="full">
        <image class="icon" src="../../static/icon/ic_720.png" mode="widthFix"></image>
        <text>全景</text>
      </view>
      <image class="banner" src="{{ info.coverImage }}" mode="widthFix"></image>
    </view>
    <image class="banner" src="{{ info.coverImage }}" mode="widthFix"></image>
  </view>
  <view class="h1">布置图</view>
  <image bindtap="priviewLayout" class="img" src="{{ info.layoutUlr }}"  mode="widthFix"></image>
  <view class="analysis">
    <view class="h2">案例解析</view>
    <view class="text">{{ info.caseInfo }}</view>
  </view>
  <view class="list">
    <view wx:for="{{ info.apiSpaceCaseVos }}" class="item">
      <view class="h1">{{ item.spaceName }}</view>
      <image data-url="{{ img }}" bindtap="priviewSpace" class="img" wx:for="{{ item.imgList }}" wx:for-item="img" src="{{ img }}" mode="widthFix" />
      <view class="content">{{ item.spaceDesc }}</view>
    <view class="h1">布置图</view>
    <image bindtap="priviewLayout" class="img" src="{{ info.layoutUlr }}" mode="widthFix"></image>
    <view class="analysis">
      <view class="h2">案例解析</view>
      <view class="text">{{ info.caseInfo }}</view>
    </view>
    <view class="list">
      <view wx:for="{{ info.apiSpaceCaseVos }}" class="item">
        <view class="h1">{{ item.spaceName }}</view>
        <image data-url="{{ img }}" bindtap="priviewSpace" class="img" wx:for="{{ item.imgList }}" wx:for-item="img" src="{{ img }}" mode="widthFix" />
        <view class="content">{{ item.spaceDesc }}</view>
      </view>
    </view>
  </view>
  <!-- footer -->