wxs.wxml 885 B

1234567891011121314151617181920212223
  1. <import src="../../../common/head.wxml"/>
  2. <import src="../../../common/foot.wxml"/>
  3. <view class="container page" data-weui-theme="{{theme}}">
  4. <template is="head" data="{{title: 'WXS'}}"/>
  5. <view class="page-body">
  6. <view class="page-section">
  7. <view class="btn-area">
  8. <button type="primary" data-nav="movable" bind:tap="handleNavChange">movable</button>
  9. </view>
  10. <!-- <view class="btn-area"></view>
  11. <button type="primary" data-nav="sidebar" bind:tap="handleNavChange">右滑显示侧边栏</button>
  12. <view class="btn-area"></view>
  13. <button type="primary" data-nav="stick-top" bind:tap="handleNavChange">滚动菜单栏贴顶</button> -->
  14. <view class="btn-area">
  15. <button type="primary" data-nav="nearby" bind:tap="handleNavChange">跟随 swiper 的图片切换</button>
  16. </view>
  17. </view>
  18. </view>
  19. <template is="foot"/>
  20. </view>