litian
2025-01-08 0f9f58798cb5df9e99e60fed882b73224313915d
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>