riku
2026-01-19 068be2757aa2d51e3f6604dae54287683160ad0e
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>