bug
闫增涛
2024-09-07 c6c73b7d709322052b9cd6777b3d6657e0d43d30
1
2
3
4
5
6
7
<view class="page">
  <view class="title-text"> 如需浏览,请长按网址复制后使用浏览器访问 </view>
  <view class="link"> {{path}} </view>
  <view class="bottom-btn">
    <t-button style="width: 200rpx" bind:tap="copyPath">复制</t-button>
  </view>
</view>