This commit is contained in:
小鱼开发
2024-08-13 17:26:39 +08:00
parent def653d8e1
commit 5f3cdd04f3
@@ -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');
}