11 lines
778 B
Plaintext
11 lines
778 B
Plaintext
|
||
<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> |