dever 6 年之前
父节点
当前提交
2d1c8b9ced
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/assets/mobile/content.html

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

@@ -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']}>&note=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']}>&note=2" class="btn-notice">提醒我</a>