edit-home-sylive
This commit is contained in:
@@ -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;
|
||||
//微信分享
|
||||
|
||||
@@ -388,6 +388,7 @@
|
||||
that.isSubmiting = false
|
||||
|
||||
if(response.code==200){
|
||||
that.info.is_appoint = 1
|
||||
that.msgisShowReg = false
|
||||
//提交成功
|
||||
that.msgisShowSuccess = true
|
||||
|
||||
Reference in New Issue
Block a user