闫增涛
2024-12-16 4eaafc69d96ad39662e02314f0ea61b53c3b9659
pages/index/resourceCover.wxml
@@ -4,5 +4,13 @@
</view>
<web-view wx:if="{{webpageSrc}}" src="{{webpageSrc}}"></web-view>
<view class="box" wx:if='{{!copyUrl && !webpageSrc}}'>
  <t-loading theme="circular" size="60rpx" text="加载中" layout="vertical" class="wrapper" />
  <view class="list">
    <t-skeleton theme="paragraph" animation="gradient" loading="true"></t-skeleton>
  </view>
  <view class="list">
    <t-skeleton theme="paragraph" animation="gradient" loading="true"></t-skeleton>
  </view>
  <view class="list">
    <t-skeleton theme="paragraph" animation="gradient" loading="true"></t-skeleton>
  </view>
</view>