yiming
2024-03-15 097cdcd70b1d95f5fc581ea2bedc4faeba8259f2
pages/resourceDetails/document/index.wxml
@@ -13,13 +13,15 @@
<view class="pictureBox" wx:if="{{selectType == 'picture'}}">
  <image src="{{showData}}" mode="" />
  <image src="{{showData}}" mode="aspectFit" />
</view>
<view wx:if="{{selectType == 'zip'}}">
  <view class="zipImageBox">
    <image src="/static/images/document/zip200px.png" mode="aspectFill " />
  </view>
  <view class="button-example">
    <t-button size="large" bind:tap="onDownloadButton">
      <view class="text">
@@ -43,7 +45,4 @@
<web-view wx:if="{{selectType == 'webpage'}}" src="{{webpageSrc}}"></web-view>
<!-- <button bind:tap="handleTap">点位</button> -->
<!-- <button bind:tap="handleTap">点位</button> -->