loading.wxml 380 B

12345678910111213
  1. <!-- 加载页面-->
  2. <view class='oout-view' style="background:{{backgroundColor}};opacity:{{opacity}}">
  3. </view>
  4. <view class='out-view'>
  5. <div class="load1">
  6. <view style="margin-top:64rpx;margin-bottom:20rpx">
  7. <van-loading type="spinner" size="38px"></van-loading>
  8. </view>
  9. </div>
  10. <div>
  11. <text style='color:#fff;font-size:12px;'>{{loadingName}}...</text>
  12. </div>
  13. </view>