酷炫小程序

searchResult.wxml 1013B

1234567891011121314151617181920212223242526
  1. <!-- <view class="search">
  2. <input confirm-type="search" placeholder-style="color:#000;" placeholder="{{placeHolder}}" bindinput="cleanPlaceHolder"/>
  3. <view class='searchButton'>
  4. 搜索
  5. </view>
  6. </view>
  7. <view class='searchCategory'>
  8. <view>销量</view>
  9. <view>最新</view>
  10. <view>人气</view>
  11. <view>价格</view>
  12. <view>优惠券</view>
  13. </view> -->
  14. <import src="../home/home.wxml"/>
  15. <scroll-view scroll-y="{{true}}" style="height:{{winHeight}}px" bindscrolltolower="scrollChangeEvent" bindscroll="onScrollTop" scroll-with-animation="{{true}}" enable-back-to-top="{{true}}" scroll-top="{{scrollTopView}}">
  16. <view class='searchList'>
  17. <block wx:for="{{voucherFindList}}" wx:key="voucherFind">
  18. <template is="goodsList" data="{{...item}}"/>
  19. </block>
  20. </view>
  21. </scroll-view>
  22. <view class='goTop' style='background:url(https://small-app.oss-cn-beijing.aliyuncs.com/youhuiquan/返回顶部@2x.png) no-repeat;background-size:100% 100%;' bindtap='gotTopEvent' wx:if="{{goTopFlag}}"></view>