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.
14 lines
575 B
14 lines
575 B
<!--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="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">
|
|
<view class="flex flex-center" slot="loading" style="height:{{fheight}}rpx;width:750rpx">
|
|
<van-loading type="spinner" size="32" />
|
|
</view>
|
|
</wux-image>
|
|
|
|
<notification id="qn-notification"/>
|