Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
5
51business
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
方斌
51business
Commits
92d0cc20
Commit
92d0cc20
authored
Apr 26, 2019
by
Hsinli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix area
parent
b8e18a15
Pipeline
#6505
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
new_house.js
app/service/house/new_house.js
+1
-2
No files found.
app/service/house/new_house.js
View file @
92d0cc20
...
...
@@ -140,7 +140,6 @@ class NewHouseService extends Service {
}
}
let
area
=
typeArea
.
min
===
typeArea
.
max
?
typeArea
.
min
:
typeArea
.
min
+
'-'
+
typeArea
.
max
;
ctx
.
logger
.
info
(
area
);
ret
.
basic
=
{
id
:
data
.
id
,
name
:
data
.
name
,
//标题
...
...
@@ -155,7 +154,7 @@ class NewHouseService extends Service {
ret
.
info
=
{
open_date
:
data
.
openDate
,
//开盘时间
due_date
:
data
.
dueDate
,
//交房时间
house_area
:
data
.
houseA
rea
,
//建筑面积
house_area
:
a
rea
,
//建筑面积
decoration
:
decorationType
[
data
.
decorationType
]
||
''
,
//装修情况,1 毛坯,2简装,3精装
green_ratio
:
data
.
greenRatio
,
//绿化
area_ratio
:
data
.
areaRatio
,
//容积
...
...
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