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
293c5794
Commit
293c5794
authored
Jan 16, 2018
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导航
parent
7949856a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
navigation.html
application/index/view/global/navigation.html
+3
-0
HouseInfos.php
application/model/HouseInfos.php
+1
-0
No files found.
application/index/view/global/navigation.html
View file @
293c5794
...
...
@@ -20,6 +20,9 @@
<li
role=
"presentation"
class=
"active"
>
<a
href=
"/admin.php/index/banner"
>
首页轮播图
</a>
</li>
<li
role=
"presentation"
class=
"active"
>
<a
href=
"/admin.php/index/advertising"
>
首页弹框广告
</a>
</li>
<li
role=
"presentation"
>
<a
href=
"/admin.php/index/users_list"
>
用户列表
</a>
</li>
...
...
application/model/HouseInfos.php
View file @
293c5794
...
...
@@ -29,6 +29,7 @@ class HouseInfos extends Model
{
return
$this
->
dbHouseInfo
->
field
(
$field
)
->
where
(
$params
)
->
where
(
function
(
$query
)
use
(
$spTagsArr
)
{
$query
->
whereOr
(
$spTagsArr
);
...
...
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