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.
10 lines
477 B
10 lines
477 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="{{3066}}" nuit="{{'rpx'}}"
|
|
src="https://pic.downk.cc/item/5feab4c93ffa7d37b3fd68fb.png" mode="aspectFill" bind:load="onImageLoad"
|
|
bind:click="onClick"></wux-image>
|