1 line
2.4 KiB
Plaintext
1 line
2.4 KiB
Plaintext
<view class="container"><view class="positonFixed"><view class="{{['header-top','flex-row-center',(current==0)?'videoTop':'']}}" style="{{'height:'+(88+statusBarHeight+'rpx')+';'+('padding-top:'+(statusBarHeight+'rpx')+';')}}"><view data-event-opts="{{[['tap',[['goBack',['$event']]]]]}}" class="left-area" bindtap="__e"><image class="back-icon" src="/static/images/whiteBack.png" mode="aspectFit"></image></view><view class="flex-row-center-center" style="flex:1;margin-right:18rpx;height:66rpx;"><uv-tabs vue-id="6ebd5446-1" list="{{list}}" itemStyle="height:66rpx;" activeStyle="{{activeStyle}}" inactiveStyle="{{inactiveStyle}}" current="{{current}}" lineColor="rgba(232, 16, 30, 1)" data-event-opts="{{[['^click',[['tabsClick']]]]}}" bind:click="__e" bind:__l="__l"></uv-tabs></view></view><block wx:if="{{current==1}}"><scroll-view style="height:100rpx;" scroll-x="{{true}}"><view class="container-tabs flex-row-center"><block wx:for="{{cardList[1]}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['clickTab',['$0'],[[['cardList.__$n1','',index]]]]]]]}}" class="{{['container-tab','flex-row-center-center',(cardListIndex==item.id)?'active':'']}}" bindtap="__e"><text class="container-tab-text">{{item.title}}</text></view></block></view></scroll-view></block></view><view class="container-content" style="{{(swiperStyle2)}}"><swiper class="swiper" style="{{(swiperStyle)}}" circular="{{true}}" current="{{current}}" disable-touch="{{current==0}}" data-event-opts="{{[['change',[['swiperChange',['$event']]]]]}}" bindchange="__e"><swiper-item><block wx:if="{{$root.g0}}"><video-slide class="vue-ref" data-custom-hidden="{{!(current==0)}}" vue-id="6ebd5446-2" popVideoList="{{videoList}}" marginTop="{{''+(88+this.statusBarHeight)}}" current="{{current}}" data-ref="ideoSlideRrf" bind:__l="__l"></video-slide></block></swiper-item><swiper-item><scroll-view style="{{'height:'+(viewportHeight-88-this.statusBarHeight-100+'rpx')+';'}}" scroll-y="{{true}}"><view class="swiper-items2"><block wx:for="{{imagObj[cardListIndex]}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['swiper-item2',(index%2==0)?'item2Left':'']}}"><image class="swiper-item2-img" mode="aspectFill" src="{{item.url}}"></image><view class="swiper-item2-title"><text class="swiper-item2-title-text">{{item.name}}</text></view></view></block></view></scroll-view></swiper-item></swiper></view></view> |