From 9c98164bde5d73fd2acb5ccab8c905c0b5f8bafc Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Fri, 2 Feb 2024 23:44:43 +0800 Subject: [PATCH] neta0202 --- home/controllers/h5/market/sylive2/Act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';