dever 6 years ago
parent
commit
d325a8175c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/assets/mobile/content.html

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

@@ -51,9 +51,9 @@
         <div class="live-notice">
             <div class="notice-time">开播时间 <{$v['content']['sdate_time']}></div>
             <{if($v['content']['user_act'] == 1):}>
-            <a id="live_note_<{$k}>" href="jstyle://live_note?id=<{$k}>&live_id=<{$v['content']['id']}>&live_status=<{$v['content']['status']}>&note=1" class="btn-notice">已设置提醒</a>
+            <a id="live_note_<{$v['content']['id']}>" href="jstyle://live_note?id=<{$k}>&live_id=<{$v['content']['id']}>&live_status=<{$v['content']['status']}>&note=1" class="btn-notice">已设置提醒</a>
             <{else:}>
-            <a id="live_note_<{$k}>" href="jstyle://live_note?id=<{$k}>&live_id=<{$v['content']['id']}>&live_status=<{$v['content']['status']}>&note=2" class="btn-notice">提醒我</a>
+            <a id="live_note_<{$v['content']['id']}>" href="jstyle://live_note?id=<{$k}>&live_id=<{$v['content']['id']}>&live_status=<{$v['content']['status']}>&note=2" class="btn-notice">提醒我</a>
             <{endif}>
         </div>
         <!--直播-->