dever 6 년 전
부모
커밋
6b008ba95d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      main/assets/mobile/content.html

+ 2 - 2
main/assets/mobile/content.html

@@ -78,12 +78,12 @@
             <div class="tit"><{$v['name']}></div>
         </div>
 
-        <{elseif($v['type'] == 7):}>
+        <{elseif($v['type'] == 7 && $v['link']):}>
         <!--图片-->
         <div class="p-img">
             <img class="img" src="<{$v['pic_cover']}>" alt="">
             <!--视频/图片标题-->
-            <div class="tit" style="display:none;">段宜恩:强大精神力的猫系偶像</div>
+            <div class="tit" style="display:none;"><{$v['name']}></div>
         </div>
 
         <{endif}>