| | |
| | | |
| | | <view wx:if="{{selectType == 'zip'}}"> |
| | | <view class="zipImageBox"> |
| | | <image src="/static/images/document/zip200px.png" mode="aspectFill " /> |
| | | <image src="/static/images/document/zip200px.png" mode="aspectFill" /> |
| | | </view> |
| | | |
| | | |
| | |
| | | |
| | | <view wx:if="{{selectType == 'pdf' || selectType == 'document'}}"> |
| | | <view wx:for="{{naturalResources}}" wx:key="index" wx:for-item="item" wx:for-index="index"> |
| | | |
| | | <image src="{{item}}" alt="" style="min-height: 550px;"></image> |
| | | <view class="divider">第 {{index + 1}} 页</view> |
| | | </view> |
| | | |
| | | </view> |
| | | |
| | | |