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
577 B
14 lines
577 B
<!--pages/message/detail/index.wxml-->
|
|
<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>
|
|
|
|
<van-image use-loading-slot 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>
|
|
</van-image>
|
|
|
|
<notification id="qn-notification"/>
|