|
|
|
@ -1,14 +1,14 @@ |
|
|
|
<!--pages/message/detail/index.wxml--> |
|
|
|
<view class="cu-bar fixed" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}rpx;border-bottom: 0rpx solid #eee"> |
|
|
|
<view class="cu-bar fixed" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}rpx;box-shadow:none"> |
|
|
|
<view class="action" bindtap="backPage"> |
|
|
|
<text class="weui_goback" style="color:white"></text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<wux-image width="750rpx" height="{{height}}rpx" src="{{src}}" fit="fill" bind:load="onImageLoad"> |
|
|
|
<van-image width="750rpx" height="{{height}}rpx" src="{{src}}" fit="fill" bind:load="onImageLoad"> |
|
|
|
<view class="flex flex-center" slot="loading" style="height:{{fheight}}rpx;width:750rpx"> |
|
|
|
<van-loading type="spinner" size="32" /> |
|
|
|
</view> |
|
|
|
</wux-image> |
|
|
|
</van-image> |
|
|
|
|
|
|
|
<notification id="qn-notification"/> |