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
c3c9a339
Commit
c3c9a339
authored
Apr 10, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slotting_fee
parent
64701102
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Houses.php
application/index/controller/Houses.php
+1
-1
house_template_tpl.html
public/resource/template/house_template_tpl.html
+1
-1
No files found.
application/index/controller/Houses.php
View file @
c3c9a339
...
@@ -279,7 +279,7 @@ class Houses extends Basic
...
@@ -279,7 +279,7 @@ class Houses extends Basic
}
}
$fields
=
'id,shop_type,internal_title,rent_price,is_show,create_time,residue_num,rent_type,status,
$fields
=
'id,shop_type,internal_title,rent_price,is_show,create_time,residue_num,rent_type,status,
shop_area_start,shop_area_end,industry_type,disc,is_carefully_chosen,is_exclusive_type,is_lock,is_vip,is_show,floor'
;
shop_area_start,shop_area_end,industry_type,disc,is_carefully_chosen,is_exclusive_type,is_lock,is_vip,is_show,floor
,slotting_fee
'
;
/*楼盘编号*/
/*楼盘编号*/
if
(
$this
->
params
[
'id'
]
!=
NULL
)
{
if
(
$this
->
params
[
'id'
]
!=
NULL
)
{
...
...
public/resource/template/house_template_tpl.html
View file @
c3c9a339
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
[
%=
it
[
item
][
"rent_price"
]
/
100
%
]
元
/
月
/
㎡
[
%=
it
[
item
][
"rent_price"
]
/
100
%
]
元
/
月
/
㎡
[
%
}
%
]
[
%
}
%
]
<
/td
>
<
/td
>
<
td
>
[
%=
'转让费'
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"slotting_fee"
]
%
]
<
/td
>
<
td
>
<
td
>
[
%
if
(
it
[
item
][
"shop_type"
]
==
0
)
{
%
]
[
%
if
(
it
[
item
][
"shop_type"
]
==
0
)
{
%
]
[
%=
it
[
item
][
"shop_area_start"
]
+
'-'
+
it
[
item
][
"shop_area_end"
]
%
]
㎡
[
%=
it
[
item
][
"shop_area_start"
]
+
'-'
+
it
[
item
][
"shop_area_end"
]
%
]
㎡
...
...
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