dever 6 gadi atpakaļ
vecāks
revīzija
e57dbaa7de
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      main/assets/mobile/content.html

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

@@ -81,7 +81,7 @@
         <{elseif($v['type'] == 7 && isset($v['link'])):}>
         <{elseif($v['type'] == 7 && isset($v['link'])):}>
         <!--图片-->
         <!--图片-->
         <div class="p-img">
         <div class="p-img">
-            <a id="link_<{$k}>" href="$v['link']">
+            <a id="link_<{$k}>" href="<{$v['link']}>">
 
 
                 <img class="img" src="<{$v['pic_cover']}>" alt="">
                 <img class="img" src="<{$v['pic_cover']}>" alt="">
 
 
@@ -106,7 +106,7 @@ function emit(id,txt,type){
     $('#live_note_'+ id).html(txt);
     $('#live_note_'+ id).html(txt);
     var href = $('#live_note_'+ id).attr('href');
     var href = $('#live_note_'+ id).attr('href');
     var temp = href.split('&note=');
     var temp = href.split('&note=');
-    href = href[0] + '&note=' + type;
+    href = temp[0] + '&note=' + type;
     $('#live_note_'+ id).attr('href', href);
     $('#live_note_'+ id).attr('href', href);
 }
 }