闫增涛
2024-12-23 c5ee0e9d22473f3fd96f442724058dd297fec97c
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>