2022-12-26 12:02:35 +08:00

11 lines
778 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="slide" style="{{back}};height:{{height}}px;width:750rpx;">
<view data-event-opts="{{[['tap',[['navigat',['$event']]]]]}}" style="height:{{height}}px; top: 0;margin-left:30rpx;display:flex;flex-wrap:nowrap;" bindtap="__e">
<!-- <view style="margin-top: {{statusBarHeight}}px;"></view> -->
<block wx:if="{{bolimg}}">
<image wx:if="{{wite}}" style="margin-top:{{statusBarHeight+16}}px;" class="slide_img" src="../../static/image/fh.png" alt srcset></image>
<image wx:else="{{wite}}" style="margin-top:{{statusBarHeight+16}}px;" class="slide_img" src="{{$root.m0}}" alt srcset></image>
</block>
<view class="title" style="{{back}};margin-top:{{statusBarHeight+10}}px;">{{name}}</view>
</view>
</view>