diff --git a/home/controllers/h5/market/sylive2/Act.php b/home/controllers/h5/market/sylive2/Act.php index 996e52ca..ac8f40d5 100644 --- a/home/controllers/h5/market/sylive2/Act.php +++ b/home/controllers/h5/market/sylive2/Act.php @@ -135,7 +135,7 @@ class Act extends Wx { $info['apt'] = $apt ? true : false; //是否弹窗报名 $info['appoint_title'] = $jsondata['signBespeak']['title'] ? $jsondata['signBespeak']['title'] : ''; $info['appoint_msg'] = $jsondata['signBespeak']['content'] ? $jsondata['signBespeak']['content'] : ''; - $info['notice_color'] = $jsondata['barrageColor'] ? '#fff' : '#333'; + $info['notice_color'] = $jsondata['barrage']['color'] ? '#fff' : '#333'; $info['btn_text'] = $jsondata['button']['title'] ? $jsondata['button']['title'] : '开播提醒'; $this->data['info'] = $info; //微信分享 diff --git a/home/views/h5/market/sylive2/act/index.php b/home/views/h5/market/sylive2/act/index.php index e0bcbc81..657eb272 100644 --- a/home/views/h5/market/sylive2/act/index.php +++ b/home/views/h5/market/sylive2/act/index.php @@ -388,6 +388,7 @@ that.isSubmiting = false if(response.code==200){ + that.info.is_appoint = 1 that.msgisShowReg = false //提交成功 that.msgisShowSuccess = true