You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

9 lines
375 B

<!--pages/preview/preview.wxml-->
<view class="pages">
<mp-navigation-bar ext-class="set-bar" title="预览"></mp-navigation-bar>
<view class="preview">
<image style="width: 100%; height: calc(100vh - 88px); background-color: #eeeeee;" mode="aspectFit"
src="{{imgSrc}}"></image>
<view wx:if="{{!imgSrc}}" class="noText">暂无数据</view>
</view>
</view>