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
96d48eb6
Commit
96d48eb6
authored
Dec 13, 2017
by
刘丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端
parent
c305d4e0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
3 deletions
+19
-3
Index.php
application/index/controller/member/Index.php
+5
-0
navigation.html
application/index/view/global/navigation.html
+6
-3
diagram_list.html
application/index/view/member/diagram_list.html
+0
-0
route.php
application/route.php
+1
-0
home.css
public/resource/css/home.css
+7
-0
No files found.
application/index/controller/member/Index.php
View file @
96d48eb6
...
...
@@ -24,4 +24,8 @@ class Index {
return
view
(
'member/consumer_list'
);
//$this->response('100',array(),'json');
}
public
function
diagram_list
(){
return
view
(
'member/diagram_list'
);
//$this->response('100',array(),'json');
}
}
\ No newline at end of file
application/index/view/global/navigation.html
View file @
96d48eb6
...
...
@@ -19,13 +19,16 @@
<!--</ul>-->
<!--</li>-->
<li>
<a
href=
"
#
"
><span
class=
"glyphicon glyphicon-search"
aria-hidden=
"true"
></span>
预约看铺列表
</a>
<a
href=
"
preview_list.html
"
><span
class=
"glyphicon glyphicon-search"
aria-hidden=
"true"
></span>
预约看铺列表
</a>
</li>
<li>
<a
href=
"
#
"
><i
class=
"fa fa-fw fa-folder"
></i>
委托转铺列表
</a>
<a
href=
"
entrust_list.html
"
><i
class=
"fa fa-fw fa-folder"
></i>
委托转铺列表
</a>
</li>
<li>
<a
href=
"#"
><i
class=
"fa fa-fw fa-file-o"
></i>
用户列表
</a>
<a
href=
"consumer_list.html"
><i
class=
"fa fa-fw fa-file-o"
></i>
用户列表
</a>
</li>
<li>
<a
href=
"diagram_list.html"
><i
class=
"fa fa-fw fa-file-o"
></i>
首页轮播图
</a>
</li>
</ul>
</nav>
application/index/view/member/diagram_list.html
0 → 100644
View file @
96d48eb6
This diff is collapsed.
Click to expand it.
application/route.php
View file @
96d48eb6
...
...
@@ -44,6 +44,7 @@ Route::group('index',[
'member'
=>
[
'index/member.index/member'
,[
'method'
=>
'get'
]],
'preview_list'
=>
[
'index/member.index/preview_list'
,[
'method'
=>
'get'
]],
'consumer_list'
=>
[
'index/member.index/consumer_list'
,[
'method'
=>
'get'
]],
'diagram_list'
=>
[
'index/member.index/diagram_list'
,[
'method'
=>
'get'
]],
'entrust_list'
=>
[
'index/member.index/entrust_list'
,[
'method'
=>
'get'
]]
]);
Route
::
group
(
'api'
,[
...
...
public/resource/css/home.css
View file @
96d48eb6
...
...
@@ -67,4 +67,10 @@
float
:
left
;
margin-top
:
6px
;
margin-left
:
10px
;
}
/*轮播图*/
.diagram-image
{
width
:
250px
;
height
:
60px
;
margin
:
0
auto
;
}
\ No newline at end of file
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