jiangping
2024-07-29 14fbe95ee5c7f601da703614f7e1e4a8ec29c8ce
wechat_staff/components/disRealpic/index.wxml
@@ -2,7 +2,7 @@
  <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 bindconfirm="bindblur"  model:value="{{ query }}" type="text" placeholder="搜索实景名称" />
      <input bindconfirm="bindblur" model:value="{{ query }}" type="text" placeholder="搜索实景名称" />
    </view>
  </view>
@@ -58,6 +58,9 @@
            <text>{{ item.viewCount }}</text>
          </view>
        </view>
        <view wx:if="{{ dataList.length == 0 }}" class="empty_wrap">
          <image class="default_empty" src="../../static/images/default_empty.png"></image>
        </view>
      </scroll-view>
    </view>
  </view>