litian
2024-07-11 3f62d09217740b02d45bad3e6791916a9f11695c
pages/index/resourceCover.wxml
@@ -1,3 +1,16 @@
<!--pages/index/resourceCover.wxml-->
<text></text>
<web-view wx:if="{{webpageSrc}}" src="{{webpageSrc}}"></web-view>
<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>