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'); }