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
81d4c17a
Commit
81d4c17a
authored
Jan 17, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商圈
parent
6d31c533
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
19 additions
and
7 deletions
+19
-7
BusinessDistrict.php
application/index/controller/BusinessDistrict.php
+2
-2
edit.html
application/index/view/business_district/edit.html
+3
-0
index.html
application/index/view/business_district/index.html
+3
-0
navigation.html
application/index/view/global/navigation.html
+6
-0
edit.html
application/index/view/houses/edit.html
+2
-2
index.html
application/index/view/houses/index.html
+2
-2
route.php
application/route.php
+1
-1
No files found.
application/index/controller/BusinessDistrict.php
View file @
81d4c17a
...
@@ -12,11 +12,11 @@ namespace app\index\controller;
...
@@ -12,11 +12,11 @@ namespace app\index\controller;
class
BusinessDistrict
class
BusinessDistrict
{
{
public
function
index
()
{
public
function
index
()
{
return
view
(
'business_district/index'
);
}
}
public
function
edit
()
{
public
function
edit
()
{
return
view
(
'business_district/edit'
);
}
}
public
function
del
()
{
public
function
del
()
{
...
...
application/index/view/business_district/edit.html
0 → 100644
View file @
81d4c17a
{layout name="global/frame_tpl" /}
<h1>
商圈新增
</h1>
\ No newline at end of file
application/index/view/business_district/index.html
0 → 100644
View file @
81d4c17a
{layout name="global/frame_tpl" /}
<h1>
商圈列表
</h1>
\ No newline at end of file
application/index/view/global/navigation.html
View file @
81d4c17a
...
@@ -42,6 +42,12 @@
...
@@ -42,6 +42,12 @@
<li
role=
"presentation"
>
<li
role=
"presentation"
>
<a
href=
"/admin.php/index/houseEdit.html"
>
新增商铺
</a>
<a
href=
"/admin.php/index/houseEdit.html"
>
新增商铺
</a>
</li>
</li>
<li
role=
"presentation"
>
<a
href=
"/admin.php/index/BusinessDistrict.html"
>
商圈列表
</a>
</li>
<li
role=
"presentation"
>
<a
href=
"/admin.php/index/editBusinessDistrict.html"
>
编辑商圈
</a>
</li>
</ul>
</ul>
</nav>
</nav>
...
...
application/index/view/houses/edit.html
View file @
81d4c17a
{layout name="global/frame_tpl" /}
{layout name="global/frame_tpl" /}
<h1>
商铺新增
</h1>
<h1>
商铺新增222
</h1>
\ No newline at end of file
\ No newline at end of file
application/index/view/houses/index.html
View file @
81d4c17a
{layout name="global/frame_tpl" /}
{layout name="global/frame_tpl" /}
<h1>
商铺列表
</h1>
<h1>
商铺列表4444
</h1>
\ No newline at end of file
\ No newline at end of file
application/route.php
View file @
81d4c17a
...
@@ -77,7 +77,7 @@ Route::group('index', [
...
@@ -77,7 +77,7 @@ Route::group('index', [
'roleedit'
=>
[
'index/auth/roleedit'
,
[
'method'
=>
'get'
]],
//编辑角色
'roleedit'
=>
[
'index/auth/roleedit'
,
[
'method'
=>
'get'
]],
//编辑角色
'accessUser'
=>
[
'index/auth/accessUser'
,
[
'method'
=>
'get'
]],
//成员授权
'accessUser'
=>
[
'index/auth/accessUser'
,
[
'method'
=>
'get'
]],
//成员授权
'BusinessDistrict'
=>
[
'index/BusinessDistrict/index'
,
[
'method'
=>
'get'
]],
//商圈列表
'BusinessDistrict'
=>
[
'index/BusinessDistrict/index'
,
[
'method'
=>
'get'
]],
//商圈列表
'editBusinessDistrict'
=>
[
'index/BusinessDistrict/
index
'
,
[
'method'
=>
'get'
]],
//编辑商圈
'editBusinessDistrict'
=>
[
'index/BusinessDistrict/
edit
'
,
[
'method'
=>
'get'
]],
//编辑商圈
'delBusinessDistrict'
=>
[
'index/BusinessDistrict/index'
,
[
'method'
=>
'get'
]],
//删除商圈列表
'delBusinessDistrict'
=>
[
'index/BusinessDistrict/index'
,
[
'method'
=>
'get'
]],
//删除商圈列表
'houseList'
=>
[
'index/Houses/index'
,
[
'method'
=>
'get'
]],
//商铺列表
'houseList'
=>
[
'index/Houses/index'
,
[
'method'
=>
'get'
]],
//商铺列表
'houseEdit'
=>
[
'index/Houses/edit'
,
[
'method'
=>
'get'
]],
//编辑商铺
'houseEdit'
=>
[
'index/Houses/edit'
,
[
'method'
=>
'get'
]],
//编辑商铺
...
...
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