From 3f1ea0a8e4bb02bf7544df8660b15cfa69d6b84a Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 15 三月 2024 18:54:04 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- pages/resourceDetails/document/index.wxml | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pages/resourceDetails/document/index.wxml b/pages/resourceDetails/document/index.wxml index 9eae17e..19620c0 100644 --- a/pages/resourceDetails/document/index.wxml +++ b/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> --> \ No newline at end of file -- Gitblit v1.9.1