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
c864902c
Commit
c864902c
authored
Dec 27, 2017
by
刘丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
协议
parent
86ac328d
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 @
c864902c
...
...
@@ -38,6 +38,10 @@ class Index
{
return
view
(
'index/agreement'
);
}
public
function
agreement_app
()
{
return
view
(
'index/agreement_app'
);
}
public
function
more_pingjia
()
{
return
view
(
'index/more_pingjia'
);
...
...
application/route.php
View file @
c864902c
...
...
@@ -18,6 +18,7 @@ Route::group('app', [
'share_detail'
=>
[
'app/index/share_detail'
,
[
'method'
=>
'get'
]
],
'share_register'
=>
[
'app/index/share_register'
,
[
'method'
=>
'get'
]
],
'agreement'
=>
[
'app/index/agreement'
,
[
'method'
=>
'get'
]
],
'agreement_app'
=>
[
'app/index/agreement_app'
,
[
'method'
=>
'get'
]
],
'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