navigation-bar-loading.wxml 491 B

123456789101112131415
  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: 'navigationBarLoading'}}"/>
  5. <view class="page-body">
  6. <view class="btn-area">
  7. <button type="primary" bindtap="showNavigationBarLoading">显示加载动画</button>
  8. <button bindtap="hideNavigationBarLoading">隐藏加载动画</button>
  9. </view>
  10. </view>
  11. <template is="foot" />
  12. </view>