diff --git a/home/controllers/h5/market/sylive2/Act.php b/home/controllers/h5/market/sylive2/Act.php index f2e7b434..087336b2 100644 --- a/home/controllers/h5/market/sylive2/Act.php +++ b/home/controllers/h5/market/sylive2/Act.php @@ -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';