From 1e0570443f4c7315b9e51c36a542b57bb4f77f28 Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Mon, 12 Dec 2022 09:41:58 +0800 Subject: [PATCH] edit-sylive-hidden_wxshare --- home/controllers/h5/market/sylive2/Biz.php | 3 +++ home/views/h5/market/sylive2/biz/index.php | 1 + 2 files changed, 4 insertions(+) diff --git a/home/controllers/h5/market/sylive2/Biz.php b/home/controllers/h5/market/sylive2/Biz.php index e5977933..c773be49 100644 --- a/home/controllers/h5/market/sylive2/Biz.php +++ b/home/controllers/h5/market/sylive2/Biz.php @@ -12,6 +12,9 @@ class Biz extends Admin{ $user = $this->user_model->get(['userId'=>$this->session['userId']]); $this->data['multi_org'] = $_SESSION[self::SESSION_KEY]['multi_org'] ? 1 : 0; $this->data['isBiz'] = $user['bizId'] == $user['organizationId'] ? 1 : 0; + //微信分享 + $wx_info = $this->share_info(); + $this->data['sign_package'] = $wx_info['sign_package']; $this->show_view('h5/market/sylive2/biz/index'); } diff --git a/home/views/h5/market/sylive2/biz/index.php b/home/views/h5/market/sylive2/biz/index.php index f304463d..c27660ae 100644 --- a/home/views/h5/market/sylive2/biz/index.php +++ b/home/views/h5/market/sylive2/biz/index.php @@ -98,4 +98,5 @@ }, }) +load->view('h5/market/sylive2/hidden_wx_share') ?> \ No newline at end of file