纸通宝小程序
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.
 

12 lines
566 B

<!--pages/html/banner/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="{{750}}" height="{{height}}" nuit="{{'rpx'}}" src="{{src}}" mode="aspectFill" bind:load="onImageLoad" bind:click="onClick">
<view class="flex flex-center" slot="loading" style="height:1200rpx;width:750rpx">
<text class="icon--refresher"></text>
</view>
</wux-image>