dever 6 年之前
父節點
當前提交
d325a8175c
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>
         <!--直播-->