'处理附件预览与下载的兼容性'

This commit is contained in:
2024-08-27 10:31:25 +08:00
parent 2cdbd5c22d
commit 7041d5b092
2 changed files with 193 additions and 172 deletions

View File

@@ -20,5 +20,5 @@
</view>
</scroll-view>
<view class='btn-view' wx:if="{{isDow}}">
<button bind:tap="downloadFileOpen" style="background: #3c8bf6;;border-radius: 60rpx;width: 85%;color: #fff;font-size: 30rpx;font-weight: normal;">附件下载</button>
<button bind:tap="downloadFileOpen" style="background: #3c8bf6;;border-radius: 60rpx;width: 85%;color: #fff;font-size: 30rpx;font-weight: normal;">{{dowBtnTxt}}</button>
</view>