lll
liukangdong
2024-07-21 4eaf6d8835d4e9b204f13d012f13bbd8a94a21cc
wechat_jiaxuan/components/disCase/index.wxml
@@ -1,9 +1,12 @@
<view class="app">
  <view class="home_top" style="top:{{ menuButtonInfo.top + menuButtonInfo.height + 6 }}px">
  <view class="search_wrap">
    <image src="../../static/icon/ic_search@2x.png" mode="widthFix"></image>
    <input bindblur="bindblur" model:value="{{ query }}" type="text" placeholder="搜索案例名称" />
  </view>
  </view>
  <!--  -->
  <view class="home_content" style="padding-top:{{ menuButtonInfo.top + menuButtonInfo.height + 6 }}px;">
  <view class="main_content">
    <scroll-view class="query_wrap_scroll" scroll-x>
      <view class="query_wrap">
@@ -31,7 +34,7 @@
      <view class="item {{ sortType == 'LATEST' ? 'active' : '' }}" data-status="LATEST" bindtap="statusChange">最新</view>
    </view>
    <!-- goods_list -->
    <view class="goods_list">
      <scroll-view bindscrolltolower="scrolltolower" scroll-y   enable-passive enable-flex class="goods_list">
      <view wx:for="{{ dataList }}" data-id="{{ item.id }}" class="item" bindtap="handleDetail">
        <view class="img_wrap">
          <image src="{{ item.coverImage }}" class="img"></image>
@@ -48,7 +51,9 @@
          </view>
        </view>
      </view>
      </scroll-view>
    </view>
  </view>
</view>