1
QYF-GitLab1
2024-12-18 6d86ad3ea52ca59d49d3da127ef7bfa9215c7feb
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>