liukangdong
2024-08-02 80122e49ea50302e86c663b00f9d5d04284c3372
wechat_jiaxuan/components/disRealpic/index.wxml
@@ -1,5 +1,5 @@
<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="搜索实景名称" />
@@ -7,7 +7,7 @@
  </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">
@@ -54,7 +54,7 @@
            <image wx:else data-code="like_cancel" bindtap="handleAction" class="icon" src="../../static/icon/detail_nav_collected.png"></image>
            <text class="num {{item.isCollection ? 'primary' : ''}}">{{ item.collectCount }}</text>
            <image class="icon" src="../../static/icon/zixun_ic_liulan.png" ></image>
            <text>{{ item.viewCount }}</text>
            <text>{{ math.formarCount(item.viewCount) }}</text>
          </view>
        </view>
        <view wx:if="{{ dataList.length == 0 }}" class="empty_wrap">
@@ -66,4 +66,5 @@
  <videoPlay class="videoPlay"/>
</view>
</view>
<wxs module="math" src="../../utils/math.wxs"></wxs>