QYF-GitLab1
2024-12-31 dd9ca4df1e2a72707de5ae4e57e081d89db01a36
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!--pages/index/resourceCover.wxml-->
<view class="copy" wx:if="{{copyUrl}}">
  点击<text class="text" catchtap="copyUrl" data-value="{{copyUrl}}">复制链接</text>,在浏览器中打开下载
</view>
<web-view wx:if="{{webpageSrc}}" src="{{webpageSrc}}"></web-view>
<view class="box" wx:if='{{!copyUrl && !webpageSrc}}'>
  <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>