dever 6 years ago
parent
commit
445feef5a5
2 changed files with 6 additions and 2 deletions
  1. 3 1
      h5/assets/mobile/article.html
  2. 3 1
      h5/assets/mobile/feature.html

+ 3 - 1
h5/assets/mobile/article.html

@@ -50,7 +50,9 @@
           <div class="poster" id="live_<{$k}>" data-href="<{$v['content']['url']}>">
             <img src="<{$v['content']['pic_cover_169']}>"
               alt="" class="media-cover">
-            <div class="ico-video-play" style="display:none;"></div>
+            <{if($v['content']['status'] != 1):}>
+        <div class="ico-video-play"></div>
+        <{endif}>
             <span class="tip">开播时间:<{$v['content']['sdate_time']}></span>
           </div>
           <div class="video-cont">

+ 3 - 1
h5/assets/mobile/feature.html

@@ -41,7 +41,9 @@
           <div class="poster" id="live_<{$k}>" data-href="<{$v['content']['url']}>">
             <img src="<{$v['content']['pic_cover_169']}>"
               alt="" class="media-cover">
-            <div class="ico-video-play" style="display:none;"></div>
+            <{if($v['content']['status'] != 1):}>
+        <div class="ico-video-play"></div>
+        <{endif}>
             <span class="tip">开播时间:<{$v['content']['sdate_time']}></span>
           </div>
           <div class="video-cont">