riku
2022-09-06 6235a7b6d65733c3e95492a2b02bf87bd94772f5
1
2
3
4
5
6
<template name="loading">
  <mp-loading type="circle"></mp-loading>
  <!-- <mp-loading type="circle" tips="{{tips}}"></mp-loading> -->
  <mp-loading duration="{{900}}" ext-class="demo0" type="dot-gray" show="{{true}}" animated="{{true}}"></mp-loading>
  <mp-loading type="dot-white" ext-class="demo1"></mp-loading>
</template>