bug
litian
2024-07-09 2573de28368b3800c6b087e603f38b027004f59a
1
2
3
4
5
6
7
8
<!--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}}'>
  <t-loading theme="circular" size="60rpx" text="加载中" layout="vertical" class="wrapper" />
</view>