loading.wxml 261 B

123456
  1. <view class="my-loading-container" style="top: {{top}}">
  2. <view class="my-loading-wrap">
  3. <image class="my-loading-img" mode="widthFix" src="../../imgs/loading.gif"></image>
  4. <text class="my-loading-txt" wx:if="{{tips}}">{{tips}}</text>
  5. </view>
  6. </view>