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
466e5548
Commit
466e5548
authored
Aug 02, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
fca493f9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
home.css
public/resource/css/home.css
+1
-1
public.js
public/resource/js/public.js
+5
-1
house_template_tpl.html
public/resource/template/house_template_tpl.html
+7
-1
No files found.
public/resource/css/home.css
View file @
466e5548
...
...
@@ -25,7 +25,7 @@
margin-left
:
10px
;
}
.btn4
{
width
:
1
5
%
!important
;
width
:
1
8
%
!important
;
float
:
left
;
margin-left
:
10px
;
}
...
...
public/resource/js/public.js
View file @
466e5548
...
...
@@ -214,7 +214,11 @@ function hideTel(str){
return
str
;
}
}
//
function
hideStr
(
str
){
if
(
str
.
length
>
4
)
{
str
=
str
.
substring
(
0
,
4
)
+
"***"
};
return
str
;
}
//处理url信息,改为当前域名的协议
function
urlDeal
(
urlStr
,
httpStr
)
{
//处理
...
...
public/resource/template/house_template_tpl.html
View file @
466e5548
...
...
@@ -10,7 +10,13 @@
街铺
[
%
}
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'internal_title'
]
%
]
<
/td
>
<!--<
td
>
[
%=
hideStr
(
it
[
item
][
'internal_title'
])
%
]
<
/td>--
>
<
td
>
[
%
if
(
it
[
item
][
'shop_type'
]
==
0
)
{
%
]
[
%=
it
[
item
][
"internal_title"
]
%
]
[
%
}
else
if
(
it
[
item
][
'shop_type'
]
==
1
)
{
%
]
[
%=
hideStr
(
it
[
item
][
'internal_title'
])
%
]
[
%
}
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
'rent_type'
]
==
1
)
{
%
]
[
%=
it
[
item
][
"rent_price"
]
/
100
%
]
元
...
...
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