闫增涛
2025-01-02 14ed505ae64153919fcfedbcdfc03e508a1ffa50
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>