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