rwd
litian
2024-09-29 f8f448ee269d99595abe9c1a3de1a0987843f731
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>