| | |
| | | |
| | | |
| | | <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"> |
| | |
| | | |
| | | |
| | | <web-view wx:if="{{selectType == 'webpage'}}" src="{{webpageSrc}}"></web-view> |
| | | <!-- <button bind:tap="handleTap">点位</button> --> |
| | | |
| | | |
| | | |
| | | <!-- <button bind:tap="handleTap">点位</button> --> |