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
e70a1b3c
Commit
e70a1b3c
authored
Sep 12, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺分享 商铺编辑 商铺列表 商铺收藏 增加 年租金
parent
5e8e396b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
5 deletions
+14
-5
detaila_tl.js
public/app/js/detaila_tl.js
+5
-0
house_template_tpl.html
public/resource/template/house_template_tpl.html
+3
-1
my_collection_shop_template_tpl.html
...ic/resource/template/my_collection_shop_template_tpl.html
+6
-4
No files found.
public/app/js/detaila_tl.js
View file @
e70a1b3c
...
...
@@ -71,6 +71,11 @@
_tempStr
=
response
.
data
.
rent_price
+
'元/天/m²'
;
$
(
".pu_price"
).
html
(
_tempStr
);
}
else
if
(
response
.
data
.
rent_type
==
'4'
)
{
$
(
".pu_price_type"
).
html
(
"租金"
);
_tempStr
=
response
.
data
.
rent_price
+
'元/年'
;
$
(
".pu_price"
).
html
(
_tempStr
);
};
line_a
=
'<p class="a_fonta">'
+
title
+
'</p>'
;
$
(
".line_a"
).
html
(
line_a
);
...
...
public/resource/template/house_template_tpl.html
View file @
e70a1b3c
...
...
@@ -20,8 +20,10 @@
[
%=
it
[
item
][
"rent_price"
]
/
100
%
]
元
[
%
}
else
if
(
it
[
item
][
'rent_type'
]
==
2
)
{
%
]
[
%=
it
[
item
][
"rent_price"
]
/
100
%
]
%
[
%
}
else
{
%
]
[
%
}
else
if
(
it
[
item
][
'rent_type'
]
==
3
)
{
%
]
[
%=
it
[
item
][
"rent_price"
]
/
100
%
]
元
/
天
/
㎡
[
%
}
else
if
(
it
[
item
][
'rent_type'
]
==
4
)
{
%
]
[
%=
it
[
item
][
"rent_price"
]
/
100
%
]
元
/
年
[
%
}
%
]
<
/td
>
<
td
>
...
...
public/resource/template/my_collection_shop_template_tpl.html
View file @
e70a1b3c
...
...
@@ -14,11 +14,13 @@
<
td
>
[
%=
hideStr
(
it
[
item
][
'title'
])
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
'rent_type'
]
==
1
)
{
%
]
[
%=
it
[
item
][
"rent_price"
]
%
]
元
[
%=
it
[
item
][
"rent_price"
]
/
100
%
]
元
[
%
}
else
if
(
it
[
item
][
'rent_type'
]
==
2
)
{
%
]
[
%=
it
[
item
][
"rent_price"
]
%
]
%
[
%
}
else
{
%
]
[
%=
it
[
item
][
"rent_price"
]
%
]
元
/
天
/
㎡
[
%=
it
[
item
][
"rent_price"
]
/
100
%
]
%
[
%
}
else
if
(
it
[
item
][
'rent_type'
]
==
3
)
{
%
]
[
%=
it
[
item
][
"rent_price"
]
/
100
%
]
元
/
天
/
㎡
[
%
}
else
if
(
it
[
item
][
'rent_type'
]
==
4
)
{
%
]
[
%=
it
[
item
][
"rent_price"
]
/
100
%
]
元
/
年
[
%
}
%
]
<
/td
>
<
td
>
...
...
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