From 5f3cdd04f3d0c3724a65ecbbb80c4114981dd304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Tue, 13 Aug 2024 17:26:39 +0800 Subject: [PATCH] 0813 --- home/controllers/h5/market/sytopic/Welcome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/controllers/h5/market/sytopic/Welcome.php b/home/controllers/h5/market/sytopic/Welcome.php index 40c6ac8d..0b66fe7e 100644 --- a/home/controllers/h5/market/sytopic/Welcome.php +++ b/home/controllers/h5/market/sytopic/Welcome.php @@ -23,7 +23,6 @@ class Welcome extends Wx throw new Hd_exception("参数错误", 400); } $this->data['skey'] = $this->skey; - $this->data['_title'] = '汽车之家·车卖场'; } public function index() @@ -67,6 +66,7 @@ class Welcome extends Wx $wx_info = $this->share_info([], $row);//微信分享 $this->data['sign_package'] = $wx_info['sign_package']; $this->data['share'] = $wx_info['share']; + $this->data['_title'] = $row['title']; $this->show_view('h5/market/sytopic/index'); }