...
|
...
|
@@ -14,10 +14,11 @@ |
|
|
{{/content}}
|
|
|
|
|
|
{{! 精选房间}}
|
|
|
{{#if best}}
|
|
|
<div class="live-rec">
|
|
|
{{#best}}
|
|
|
<div class="rec-child">
|
|
|
<a href='http://aaa.com/?aaa=1 & openby:yohobuy={"action":"go.videolive", "params":{"type":"{{living}}","videourl":"xxx.xxx.xxx","talkurl":"xxx.xxx.xxx","room":"{{room_id}}"}}'>
|
|
|
<a href='https://m.yohobuy.com/activity/live/{{room_id}}?openby:yohobuy={"action":"go.videolive", "params":{"type":"{{living}}","room":"{{room_id}}"}}'>
|
|
|
<img class="rec-pic" src="{{image pic 320 320}}" alt="直播预览">
|
|
|
{{#if now_living}}
|
|
|
<p class="living">直播</p>
|
...
|
...
|
@@ -38,20 +39,21 @@ |
|
|
</div>
|
|
|
{{/best}}
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
|
|
|
{{! 直播中房间}}
|
|
|
{{#living}}
|
|
|
<div class="live-living">
|
|
|
<h2 class="title">直播中</h2>
|
|
|
<header>
|
|
|
<img class="main-head" src="{{image master_pic 60 60}}" alt="头像">
|
|
|
<img class="main-head" src="{{image master_pic 120 120}}" alt="头像">
|
|
|
<div class="header-info">
|
|
|
<p class="main-name">{{master_name}}</p>
|
|
|
<p class="main-tag">{{master_meta}}</p>
|
|
|
</div>
|
|
|
</header>
|
|
|
<section>
|
|
|
<a href="">
|
|
|
<a href='https://m.yohobuy.com/activity/live/{{room_id}}?openby:yohobuy={"action":"go.videolive", "params":{"type":"1","room":"{{room_id}}"}}'>
|
|
|
<img class="main-bg" src="{{image pic 640 640}}" alt="正在直播">
|
|
|
<p class="main-living">直播</p>
|
|
|
<p class="main-intro">{{title}}</p>
|
...
|
...
|
@@ -71,7 +73,7 @@ |
|
|
<ul class="list">
|
|
|
{{#pre}}
|
|
|
<li class="pre-list">
|
|
|
<a href="#">
|
|
|
<a href='https://m.yohobuy.com/activity/live/{{room_id}}?openby:yohobuy={"action":"go.videolive", "params":{"type":"0","room":"{{room_id}}"}}'>
|
|
|
<img class="pre-pic" src="{{image pic 150 150}}" alt="直播预览图">
|
|
|
<p class="pre-icon">预告</p>
|
|
|
<p class="pre-time">{{starting_time}}</p>
|
...
|
...
|
@@ -91,14 +93,14 @@ |
|
|
<div class="live-living">
|
|
|
<h2 class="title">精彩回看</h2>
|
|
|
<header>
|
|
|
<img class="main-head" src="{{image master_pic 60 60}}" alt="头像">
|
|
|
<img class="main-head" src="{{image master_pic 120 120}}" alt="头像">
|
|
|
<div class="header-info">
|
|
|
<p class="main-name">{{master_name}}</p>
|
|
|
<p class="main-tag">{{master_meta}}</p>
|
|
|
</div>
|
|
|
</header>
|
|
|
<section>
|
|
|
<a href="{{url}}">
|
|
|
<a href='https://m.yohobuy.com/activity/live/replay/{{video_id}}?openby:yohobuy={"action":"go.videoreplay", "params":{"videoid":"{{video_id}}","videourl":"{{url}}"}}'>
|
|
|
<div class="record-icon"></div>
|
|
|
<img class="main-bg" src="{{image pic 640 640}}" alt="精彩回放">
|
|
|
<p class="main-living">回放</p>
|
...
|
...
|
|