From 097cdcd70b1d95f5fc581ea2bedc4faeba8259f2 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 15 三月 2024 18:36:24 +0800 Subject: [PATCH] fix: 购物车的样式 --- 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