作者 xiaohu thinkpad

登录处理

... ... @@ -130,7 +130,6 @@ class IndexController extends HomeBaseController
$gid = $req->param('gid');
$id = session('pay_uid');
var_dump($id);
$re = Db::name('user')->where(['id' => $id])->find();
$res = Db::name('goods')->where(['id' => $gid])->find();
... ...