闫增涛
2024-05-07 4a9955330070cf8abd78d95aaa2067d9a06a88c3
packageDomain/pages/resourceDetails/document/index.wxml
@@ -13,9 +13,10 @@
</view>
<!-- bind:tap="onClick" -->
<view class="pictureBox" wx:if="{{selectType == 'picture'}}">
  <!-- style="width: {{(newScale <= 5 ? newScale: 5) * 100}}%;" -->
  <image
    src="{{showData}}"
    mode="aspectFit"
    mode="widthFix"
    data-src="{{showData}}"
    bindtap="preview"
  />
@@ -27,7 +28,7 @@
  </view>
  <view class="button-example">
    <t-button size="large" bind:tap="onDownloadButton">
    <t-button size="large" bind:tap="onDownloadButton" class="download-btn">
      <view class="text"> 下载 </view>
    </t-button>
  </view>