loading.wxml 618 B

12345678910111213
  1. <view class="page" data-weui-theme="{{theme}}">
  2. <view class="page__hd">
  3. <view class="page__title">Loading</view>
  4. <view class="page__desc">加载中</view>
  5. </view>
  6. <view class="page__bd">
  7. <!-- <button bindtap="close">关闭animateion</button> -->
  8. <mp-loading type="circle"></mp-loading>
  9. <!-- <mp-loading type="circle" tips="{{tips}}"></mp-loading> -->
  10. <mp-loading duration="{{900}}" ext-class="demo0" type="dot-gray" show="{{show}}" animated="{{animated}}"></mp-loading>
  11. <mp-loading type="dot-white" ext-class="demo1"></mp-loading>
  12. </view>
  13. </view>