| | |
| | | <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> |
| | | |
| | |
| | | <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> |