2024-10-22 10:29:07 +08:00

128 lines
6.5 KiB
Plaintext

<view class="_theater_html">
<view class="_theater_header">
<view class="_theater_hea_img" bindtap="toPathTap">
<image src="/static/search_icon.png" class="_theater_hea_im_icon"></image>
</view>
</view>
<!-- <view class="_theater_swiper">
<swiper previous-margin="70rpx" next-margin="70rpx" class="_theater_swi_warp" circular="{{true}}"
bindchange="handelSwiperChange">
<block tt:for="{{5}}">
<swiper-item class="_theater_swi_item">
<view class="_theater_swi_it_warp {{swiperCurrent == index ? 'active' :''}}">
<image
src="https://dymgjcweb.qinjiu8.com/public/skits/2023/07/25/414c0d485788aba331337826f2efe31f.jpg"
class="_theater_swi_it_wa_img" mode="aspectFill"></image>
<view class="_theater_swi_it__play">
<text class="_theater_swi_it__pl_text">播放</text>
</view>
</view>
</swiper-item>
</block>
</swiper>
<view class="_theater_swi_indicator">
<block tt:for="{{5}}">
<view class="_theater_swi_ind_item {{swiperCurrent == index ? 'ind_active' :''}}"></view>
</block>
</view>
</view> -->
<view class="_theater_modul_one">
<view class="_mo_one_header">
<view class="_mo_one_hea_title">热剧排行榜</view>
<view class="_mo_one_hea_more" bindtap="toPathLeaderboard">更多</view>
</view>
<view class="_mo_one_content">
<view class="_mo_one_con_list">
<block tt:for="{{module2}}">
<view class="_mo_one_con_li_item" tt:key="{{item.id}}">
<view class="_mo_one_con_li_it_warp" data-sid="{{item.id}}" catchtap="toPathVideo">
<view class="_mo_one_con_li_it_wa_cover">
<image src="{{item.cover}}" class="__wa_img" mode="aspectFill"></image>
<view class="_mo_one_con_li_it_wa_co_tag">
<block tt:if="{{index == 0}}">
<image class="_mo_one_con_li_it_wa_co_ta_icon" src="/static/the_1.png"></image>
</block>
<block tt:elif="{{index == 1}}">
<image class="_mo_one_con_li_it_wa_co_ta_icon" src="/static/the_2.png"></image>
</block>
<block tt:elif="{{index == 2}}">
<image class="_mo_one_con_li_it_wa_co_ta_icon" src="/static/the_3.png"></image>
</block>
<block tt:else>
<text class="_mo_one_con_li_it_wa_co_t_idx">{{index + 1}}</text>
</block>
</view>
</view>
<view class="_mo_one_con_li_it_wa_title">
<text class="_mo_one_con_li_it_wa_ti_text">{{item.name}}</text>
</view>
</view>
</view>
</block>
</view>
</view>
</view>
<view class="_theater_modul_sort">
<view class="_mo_so_header">
<scroll-view class="_mo_so_he_scr" scroll-x="true" style="width: 100%">
<block tt:for="{{categoryList}}">
<view id="demo1" class="_mo_so_he_scr_warp {{categoryid == item.id ? '_bg_active' : ''}}"
bindtap="handelSortTap" data-categoryid="{{item.id}}" tt:key="{{item.id}}">
<view class="_mo_so_he_scr_warp_flex">
<text class="_mo_so_he_scr_wa_text">{{item.title}}</text>
</view>
</view>
</block>
</scroll-view>
</view>
<view class="_mo_one_content">
<block tt:if="{{module1.length}}">
<view class="_mo_one_con_list">
<block tt:for="{{module1}}">
<view class="_mo_one_con_li_item" tt:key="{{item.id}}" data-sid="{{item.id}}"
catchtap="toPathVideo">
<view class="_mo_one_con_li_it_warp">
<view class="_mo_one_con_li_it_wa_cover">
<image src="{{item.cover}}" class="__wa_img" mode="aspectFill"></image>
<!-- <block tt:if="{{index <= 1}}">
<view class="_mo_one_con_li_it_w_c_ta ">
<text class="_mo_one_con_li_it_wa_co_ta_text">新剧</text>
</view>
</block> -->
<block tt:if="{{item.fiery}}">
<view class="_mo_one_con_li_it_w_c_ta bg_color">
<text class="_mo_3_con_li_it_wa_co_ta_text">{{item.fiery}}</text>
</view>
</block>
<view class="_mo_one_con_li_it_w_c_total">
<text class="_mo_one_con_li_it_w_c_tot_text">共 {{item.count}} 集</text>
</view>
</view>
<view class="_mo_one_con_li_it_wa_title">
<text class="_mo_one_con_li_it_wa_ti_text">{{item.name}}</text>
</view>
</view>
</view>
</block>
</view>
</block>
<block tt:else>
<view class="_search_con_empty">
<view class="_search_c_e_img">
<image src="/static/empty.png" class="__wa_img_no_radius"></image>
</view>
<view class="_search_c_e_tips">
<text class="_search_c_e_t_text">暂无数据~</text>
</view>
</view>
</block>
</view>
</view>
<!-- <comm-tabs selectedIndex="{{2}}" /> -->
<customer-service />
</view>