Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsales
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
381d3f8c
authored
Oct 10, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
协议和法律声明
parent
f5da905f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
Application/Home/Conf/config_url.php
Application/Home/Controller/IndexController.class.php
Application/Home/View/ServiceAgreement/index.html
Application/Home/View/ServiceAgreement/legalStatement.html
Application/Home/Conf/config_url.php
View file @
381d3f8c
...
...
@@ -19,6 +19,8 @@ return array(
'integral'
=>
'Index/integral'
,
'notice'
=>
'Index/notice'
,
'chat'
=>
'Index/chat'
,
'serviceAgreement'
=>
'Index/serviceAgreement'
,
'legalStatement'
=>
'Index/legalStatement'
,
'hotgoods'
=>
'Cms/getHotGoods'
,
)
);
Application/Home/Controller/IndexController.class.php
View file @
381d3f8c
...
...
@@ -158,4 +158,18 @@ class IndexController extends BaseController
{
$this
->
display
(
'Chat/index'
);
}
/**
* 服务协议
*/
public
function
serviceAgreement
()
{
$this
->
display
(
'ServiceAgreement/index'
);
}
/**
* 法律声明
*/
public
function
legalStatement
()
{
$this
->
display
(
'ServiceAgreement/legalStatement'
);
}
}
Application/Home/View/ServiceAgreement/index.html
0 → 100644
View file @
381d3f8c
This diff is collapsed.
Click to expand it.
Application/Home/View/ServiceAgreement/legalStatement.html
0 → 100644
View file @
381d3f8c
This diff is collapsed.
Click to expand it.
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