This commit is contained in:
xiaoyu
2024-02-02 23:44:43 +08:00
parent 251ca9e9a4
commit 9c98164bde
+1 -1
View File
@@ -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';