test.wxml 607 B

123456789101112131415161718192021222324
  1. <!-- <searchInput></searchInput>
  2. <discount></discount> -->
  3. <!-- <tablelayout></tablelayout> -->
  4. <!-- <type></type> -->
  5. <!--
  6. <view class='mask-layer' wx:if="{{showPop}}" bindtap='hideModal'></view>
  7. <view class='pop-add-cart pop-common' wx:if="{{showPop}}" animation='{{animationData}}'>
  8. <view class='header row'>
  9. 头部区域
  10. </view>
  11. <scroll-view class='body' scroll-y='true'>
  12. 中间区域
  13. </scroll-view>
  14. <view class='footer toolbar'>
  15. 底部区域
  16. </view>
  17. </view>
  18. -->
  19. <!-- <sortType></sortType> -->
  20. <component-talk t-type="0" t-list="{{item}}"></component-talk>