index.wxml 294 B

1234567891011
  1. <view class="t-class loading-content {{position}}" style="{{(position === 'static' || noMask) ? 'visibility: hidden;' : ''}} background-color: {{backgroundColor}}">
  2. <t-loading
  3. t-class="loading"
  4. theme="{{type}}"
  5. layout="{{vertical}}"
  6. size="{{size}}"
  7. >
  8. <slot/>
  9. </t-loading>
  10. </view>