neta0202
This commit is contained in:
@@ -133,7 +133,7 @@ class Act extends Wx {
|
||||
}
|
||||
$info['auth_url'] = $auth_url;
|
||||
$info['apt'] = $apt ? true : false; //是否弹窗报名
|
||||
$info['ukey'] = $appoint ? md5($this->a_id.$appoint['mobile']) : ''; //是否弹窗报名
|
||||
$info['ukey'] = $appoint ? $appoint['ukey'] : ''; //是否弹窗报名
|
||||
$info['appoint_title'] = $jsondata['signBespeak']['title'] ? $jsondata['signBespeak']['title'] : '';
|
||||
$info['appoint_msg'] = $jsondata['signBespeak']['content'] ? $jsondata['signBespeak']['content'] : '';
|
||||
$info['notice_color'] = $jsondata['barrage']['color'] ? '#fff' : '#333';
|
||||
|
||||
Reference in New Issue
Block a user