Commit 9bfcb701 authored by zhuwei's avatar zhuwei

页面

parent 117dd2b0
...@@ -55,4 +55,13 @@ class ShareShop extends Basic ...@@ -55,4 +55,13 @@ class ShareShop extends Basic
} }
} }
public function yindaoAndroid()
{
return view("yindao_android");
}
public function yindaoIos()
{
return view("yindao_ios");
}
} }
\ No newline at end of file
...@@ -280,7 +280,9 @@ Route::group('index', [ ...@@ -280,7 +280,9 @@ Route::group('index', [
'addNotice' => ['index/notice/addNotice', ['method' => 'POST']], //新增公告 'addNotice' => ['index/notice/addNotice', ['method' => 'POST']], //新增公告
'addNoticeView' => ['index/notice/addNoticeView', ['method' => 'GET']], //新增公告 'addNoticeView' => ['index/notice/addNoticeView', ['method' => 'GET']], //新增公告
'getWxInfo' => ['index/WxAuthorization/getWxInfo', ['method' => 'POST|GET']], //wx 'getWxInfo' => ['index/WxAuthorization/getWxInfo', ['method' => 'POST|GET']], //wx
'shareShop' => ['index/ShareShop/shareShop', ['method' => 'POST|GET']], //wx 'shareShop' => [ 'index/ShareShop/shareShop', [ 'method' => 'POST|GET' ] ],
'yindaoAndroid' => [ 'index/ShareShop/yindaoAndroid', [ 'method' => 'POST|GET' ] ],
'yindaoIos' => [ 'index/ShareShop/yindaoIos', [ 'method' => 'POST|GET' ] ],
'evaluationList' => ['index/Evaluation/evaluationList', ['method' => 'POST|GET']], //评价列表 朱伟 2018-06-13 'evaluationList' => ['index/Evaluation/evaluationList', ['method' => 'POST|GET']], //评价列表 朱伟 2018-06-13
......
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