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
07d8fca1
Commit
07d8fca1
authored
Jun 20, 2019
by
李尚科
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
house analysis fix
parent
9c3ff0c6
Pipeline
#9274
passed with stage
in 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
house_analysis.js
app/controller/house/v2/house_analysis.js
+1
-1
tool.js
app/controller/house/v2/tool.js
+2
-2
No files found.
app/controller/house/v2/house_analysis.js
View file @
07d8fca1
...
@@ -39,7 +39,7 @@ class HouseAnalysisController extends Controller {
...
@@ -39,7 +39,7 @@ class HouseAnalysisController extends Controller {
id
:
new_house
.
id
,
id
:
new_house
.
id
,
name
:
new_house
.
name
,
name
:
new_house
.
name
,
image
:
new_house
.
image
,
image
:
new_house
.
image
,
c
orner
:
new_house
.
corner
,
c
an_gjj_loan
:
new_house
.
corner
?
1
:
0
,
});
});
}
}
...
...
app/controller/house/v2/tool.js
View file @
07d8fca1
...
@@ -359,8 +359,8 @@ class ToolController extends Controller {
...
@@ -359,8 +359,8 @@ class ToolController extends Controller {
const
region
=
'oss-cn-hangzhou'
;
const
region
=
'oss-cn-hangzhou'
;
const
bucket
=
'51shequ'
;
const
bucket
=
'51shequ'
;
const
id
=
'LTAI
bdayv82O7OYM
'
;
const
id
=
'LTAI
ubEuBfdUOJ5m
'
;
const
key
=
'
plCSzfiZCpMoh39omrzdaHHEltv4Un
'
;
const
key
=
'
83J27tCC2CxHhL2uQvTRcCbEZX2jGK
'
;
const
host
=
'//'
+
bucket
+
'.'
+
region
+
'.aliyuncs.com'
;
const
host
=
'//'
+
bucket
+
'.'
+
region
+
'.aliyuncs.com'
;
const
url
=
"//r.51gjj.com/"
;
const
url
=
"//r.51gjj.com/"
;
let
now
=
Math
.
round
(
new
Date
().
getTime
()
/
1000
).
toString
();
let
now
=
Math
.
round
(
new
Date
().
getTime
()
/
1000
).
toString
();
...
...
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