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
bb7ec675
Commit
bb7ec675
authored
Feb 01, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
总监列表页面
parent
7ece97e0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
+20
-0
Broker.php
application/index/controller/Broker.php
+8
-0
district.html
application/index/view/agent/district.html
+11
-0
route.php
application/route.php
+1
-0
No files found.
application/index/controller/Broker.php
View file @
bb7ec675
...
@@ -197,4 +197,11 @@ class Broker extends Basic
...
@@ -197,4 +197,11 @@ class Broker extends Basic
$this
->
data
=
$agents
->
getListDistrict
(
$pageNo
,
$pageSize
,
'id DESC'
,
$field
,
$where
);
$this
->
data
=
$agents
->
getListDistrict
(
$pageNo
,
$pageSize
,
'id DESC'
,
$field
,
$where
);
return
$this
->
response
(
$this
->
code
,
$this
->
msg
,
$this
->
data
);
return
$this
->
response
(
$this
->
code
,
$this
->
msg
,
$this
->
data
);
}
}
/**
* 总监列表页面
*/
public
function
districtList
()
{
return
view
(
'agent/district'
);
}
}
}
\ No newline at end of file
application/index/view/agent/district.html
0 → 100644
View file @
bb7ec675
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Title
</title>
</head>
<body>
</body>
</html>
\ No newline at end of file
application/route.php
View file @
bb7ec675
...
@@ -124,6 +124,7 @@ Route::group('index', [
...
@@ -124,6 +124,7 @@ Route::group('index', [
'getExclusive'
=>
[
'index/houses/getExclusive'
,
[
'method'
=>
'get'
]],
//获取楼盘独家
'getExclusive'
=>
[
'index/houses/getExclusive'
,
[
'method'
=>
'get'
]],
//获取楼盘独家
'getRecords'
=>
[
'index/houses/getRecords'
,[
'method'
=>
'get'
]],
//操作记录
'getRecords'
=>
[
'index/houses/getRecords'
,[
'method'
=>
'get'
]],
//操作记录
'getDistrictList'
=>
[
'index/broker/getDistrictList'
,[
'method'
=>
'get'
]],
//总监列表
'getDistrictList'
=>
[
'index/broker/getDistrictList'
,[
'method'
=>
'get'
]],
//总监列表
'districtList'
=>
[
'index/broker/districtList'
,[
'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