Commit c864902c authored by 刘丹's avatar 刘丹

协议

parent 86ac328d
...@@ -38,6 +38,10 @@ class Index ...@@ -38,6 +38,10 @@ class Index
{ {
return view('index/agreement'); return view('index/agreement');
} }
public function agreement_app()
{
return view('index/agreement_app');
}
public function more_pingjia() public function more_pingjia()
{ {
return view('index/more_pingjia'); return view('index/more_pingjia');
......
...@@ -18,6 +18,7 @@ Route::group('app', [ ...@@ -18,6 +18,7 @@ Route::group('app', [
'share_detail' => [ 'app/index/share_detail', [ 'method' => 'get' ] ], 'share_detail' => [ 'app/index/share_detail', [ 'method' => 'get' ] ],
'share_register' => [ 'app/index/share_register', [ 'method' => 'get' ] ], 'share_register' => [ 'app/index/share_register', [ 'method' => 'get' ] ],
'agreement' => [ 'app/index/agreement', [ 'method' => 'get' ] ], 'agreement' => [ 'app/index/agreement', [ 'method' => 'get' ] ],
'agreement_app' => [ 'app/index/agreement_app', [ 'method' => 'get' ] ],
'getShopDetails' => [ 'app/index/getShopDetail', [ 'method' => 'get | post' ] ], 'getShopDetails' => [ 'app/index/getShopDetail', [ 'method' => 'get | post' ] ],
]); ]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment