liukangdong
2024-08-02 80122e49ea50302e86c663b00f9d5d04284c3372
wechat_jiaxuan/components/disCase/index.wxml
@@ -1,12 +1,12 @@
<view class="app">
  <view class="home_top" style="top:{{ menuButtonInfo.top + menuButtonInfo.height + 6 }}px">
  <view class="home_top">
    <view class="search_wrap">
      <image src="../../static/icon/ic_search@2x.png" mode="widthFix"></image>
      <input bindconfirm="bindblur" model:value="{{ query }}" type="text" placeholder="搜索案例名称" />
    </view>
  </view>
  <!--  -->
  <view class="home_content" style="padding-top:{{ menuButtonInfo.top + menuButtonInfo.height + 6 }}px;">
  <view class="home_content">
    <view class="main_content">
      <scroll-view class="query_wrap_scroll" scroll-x>
        <view class="query_wrap">
@@ -48,7 +48,7 @@
              <image wx:else data-code="like_cancel" bindtap="handleAction" class="icon" src="../../static/icon/detail_nav_collected.png" mode="widthFix"></image>
              <text class="num {{item.isCollection ? 'primary' : ''}}">{{ item.collectCount }}</text>
              <image class="icon" src="../../static/icon/zixun_ic_liulan.png" mode="widthFix"></image>
              <text>{{ item.viewCount }}</text>
              <text>{{ math.formarCount(item.viewCount) }}</text>
            </view>
          </view>
        </view>
@@ -58,6 +58,5 @@
      </scroll-view>
    </view>
  </view>
</view>
</view>
<wxs module="math" src="../../utils/math.wxs"></wxs>