Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
aa2e7a03
Commit
aa2e7a03
authored
Dec 15, 2017
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agent_detail增加
parent
7f874038
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
Index.php
application/app/controller/Index.php
+4
-0
route.php
application/route.php
+1
-0
No files found.
application/app/controller/Index.php
View file @
aa2e7a03
...
@@ -26,6 +26,10 @@ class Index
...
@@ -26,6 +26,10 @@ class Index
{
{
return
view
(
'index/share_detail'
);
return
view
(
'index/share_detail'
);
}
}
public
function
agent_detail
()
{
return
view
(
'index/agent_detail'
);
}
/**
/**
* 楼盘详情
* 楼盘详情
* @return \think\Response
* @return \think\Response
...
...
application/route.php
View file @
aa2e7a03
...
@@ -42,6 +42,7 @@ Route::rule(['/city/:name' => 'error/index'] , '' ,'GET');*/
...
@@ -42,6 +42,7 @@ Route::rule(['/city/:name' => 'error/index'] , '' ,'GET');*/
Route
::
group
(
'app'
,
[
Route
::
group
(
'app'
,
[
'index'
=>
[
'app/index/index'
,
[
'method'
=>
'get'
]
],
'index'
=>
[
'app/index/index'
,
[
'method'
=>
'get'
]
],
'agent_detail'
=>
[
'app/index/agent_detail'
,
[
'method'
=>
'get'
]
],
'share_detail'
=>
[
'app/index/share_detail'
,
[
'method'
=>
'get'
]
],
'share_detail'
=>
[
'app/index/share_detail'
,
[
'method'
=>
'get'
]
],
'getShopDetails'
=>
[
'app/index/getShopDetail'
,
[
'method'
=>
'get | post'
]
],
'getShopDetails'
=>
[
'app/index/getShopDetail'
,
[
'method'
=>
'get | post'
]
],
]);
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment