闫增涛
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"
  />