lll
liukangdong
2024-08-08 7cd2d5f404b9845cfe2cbc29334e7785346fde01
wechat_staff/pages/detailDis/case.wxml
@@ -1,37 +1,39 @@
<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 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 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 }}" wx:for-index="index" class="item">
        <view class="h1">{{ item.spaceName }}</view>
        <image data-index="{{index}}" data-url="{{ img }}" bindtap="priviewSpace" class="img" wx:for-index="indexb" wx:for="{{ item.imgList }}" wx:for-item="img" src="{{ img }}" mode="widthFix" />
        <view class="content">{{ item.spaceDesc }}</view>
      </view>
    </view>
  </view>
  <!-- footer -->
  <view class="footer" style="padding-bottom: {{bottomLift}}px;">
    <view class="btns">
      <button class="item btn">
      <button hover-class="none" class="item btn">
        <image data-code="collect_cancel" bindtap="handleAction" wx:if="{{ info.isCollection }}" class="icon" src="../../static/icon/detail_nav_collected.png" mode="widthFix"></image>
        <image wx:else data-code="collect" bindtap="handleAction" class="icon" src="../../static/icon/detail_nav_collect.png" mode="widthFix"></image>
        <view class="name">收藏</view>
      </button>
      <button open-type="share" class="item btn" bindtap="handleShare">
      <button hover-class="none" open-type="share" class="item btn" bindtap="handleShare">
        <image class="icon" src="../../static/icon/detail_nav_share.png" mode="widthFix"></image>
        <view class="name">分享</view>
      </button>