Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
df4c2ad5
Commit
df4c2ad5
authored
Mar 04, 2020
by
Jennie Shi
Browse files
Options
Browse Files
Download
Plain Diff
fix
parents
e2bd6389
a3a8541b
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
38 additions
and
41 deletions
+38
-41
dev.env.js
config/dev.env.js
+2
-0
uat.env.js
config/uat.env.js
+1
-1
confirm-detail.vue
src/pages/carConfirm/confirm-detail.vue
+11
-11
creat-rent-info.vue
src/pages/contractCreate/creat-rent-info.vue
+1
-1
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+11
-11
contract-details.vue
src/pages/distributorSign/contract-details.vue
+11
-11
home-page.vue
src/pages/home/home-page.vue
+1
-1
index.html
www/index.html
+0
-5
No files found.
config/dev.env.js
View file @
df4c2ad5
...
...
@@ -19,3 +19,5 @@ module.exports = merge(prodEnv, {
config/uat.env.js
View file @
df4c2ad5
...
...
@@ -11,6 +11,6 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app"'
,
currentVersion
:
'"1.7.
7
"'
currentVersion
:
'"1.7.
9
"'
}
src/pages/carConfirm/confirm-detail.vue
View file @
df4c2ad5
...
...
@@ -444,18 +444,18 @@ export default {
if
(
res
.
success
&&
res
.
result
.
result
.
score
)
{
vm
.
save_picture
(
vm
.
faceListUpload
)
let
identifyScore
=
res
.
result
.
result
.
score
.
toFixed
(
0
)
if
(
identifyScore
>=
50
)
{
hlsPopup
.
showPopup
({
title
:
'提示'
,
content
:
`识别分数为
${
identifyScore
}
,请进行活体检测`
,
onConfirm
:
()
=>
{
//
if (identifyScore >= 50) {
hlsPopup
.
showPopup
({
title
:
'提示'
,
content
:
`识别分数为
${
identifyScore
}
,请进行活体检测`
,
onConfirm
:
()
=>
{
// 进入活体检测页面
vm
.
goBodyCheck
(
vm
.
confirm_id
)
},
})
}
else
{
hlsPopup
.
showLongCenter
(
'比对失败,请保证和绑定时是同一个人'
)
}
vm
.
goBodyCheck
(
vm
.
confirm_id
)
},
})
//
} else {
//
hlsPopup.showLongCenter('比对失败,请保证和绑定时是同一个人')
//
}
}
else
{
hlsPopup
.
showLongCenter
(
'比对失败,请保证和绑定时是同一个人'
)
}
...
...
src/pages/contractCreate/creat-rent-info.vue
View file @
df4c2ad5
...
...
@@ -653,7 +653,7 @@ export default {
vm
.
saveInfo
.
down_payment_ratio
=
(
vm
.
saveInfo
.
down_payment_ratio_n
.
replace
(
'%'
,
''
)
/
100
).
toFixed
(
2
)
vm
.
saveInfo
.
lease_charge_ratio
=
(
vm
.
saveInfo
.
lease_charge_ratio_n
.
replace
(
'%'
,
''
)
/
100
).
toFixed
(
2
)
vm
.
saveInfo
.
deposit_ratio
=
(
vm
.
saveInfo
.
deposit_ratio_n
.
replace
(
'%'
,
''
)
/
100
).
toFixed
(
2
)
vm
.
saveInfo
.
int_rate
=
(
vm
.
saveInfo
.
int_rate_n
.
replace
(
'%'
,
''
)
/
100
)
.
toFixed
(
2
)
vm
.
saveInfo
.
int_rate
=
(
vm
.
saveInfo
.
int_rate_n
.
replace
(
'%'
,
''
)
/
100
)
vm
.
saveInfo
.
finance_amount
=
vm
.
finance_amount
vm
.
saveInfo
.
credit_id
=
window
.
localStorage
.
credit_id
let
param
=
{
...
...
src/pages/contractSigning/contract-detail.vue
View file @
df4c2ad5
...
...
@@ -702,18 +702,18 @@ export default {
if
(
res
.
success
&&
res
.
result
.
result
.
score
)
{
vm
.
save_picture
(
vm
.
faceListUpload
)
let
identifyScore
=
res
.
result
.
result
.
score
.
toFixed
(
0
)
if
(
identifyScore
>
50
)
{
hlsPopup
.
showPopup
({
title
:
'提示'
,
content
:
`识别分数为
${
identifyScore
}
,请进行活体检测`
,
onConfirm
:
()
=>
{
//
if (identifyScore > 50) {
hlsPopup
.
showPopup
({
title
:
'提示'
,
content
:
`识别分数为
${
identifyScore
}
,请进行活体检测`
,
onConfirm
:
()
=>
{
// 进入活体检测页面
vm
.
goBodyCheck
(
vm
.
confirm_id
)
},
})
}
else
{
hlsPopup
.
showLongCenter
(
'比对失败,请保证和绑定时是同一个人'
)
}
vm
.
goBodyCheck
(
vm
.
confirm_id
)
},
})
//
} else {
//
hlsPopup.showLongCenter('比对失败,请保证和绑定时是同一个人')
//
}
}
else
{
hlsPopup
.
showLongCenter
(
'比对失败,请保证和绑定时是同一个人'
)
}
...
...
src/pages/distributorSign/contract-details.vue
View file @
df4c2ad5
...
...
@@ -521,18 +521,18 @@ export default {
if
(
res
.
success
&&
res
.
result
.
result
.
score
)
{
vm
.
save_picture
(
vm
.
faceListUpload
)
let
identifyScore
=
res
.
result
.
result
.
score
.
toFixed
(
0
)
if
(
identifyScore
>=
50
)
{
vm
.
hlsPopup
.
showPopup
({
title
:
'提示'
,
content
:
`识别分数为
${
identifyScore
}
,请进行活体检测`
,
onConfirm
:
()
=>
{
//
if (identifyScore >= 50) {
vm
.
hlsPopup
.
showPopup
({
title
:
'提示'
,
content
:
`识别分数为
${
identifyScore
}
,请进行活体检测`
,
onConfirm
:
()
=>
{
// 进入活体检测页面
vm
.
goBodyCheck
()
},
})
}
else
{
vm
.
hlsPopup
.
showLongCenter
(
'比对失败,请保证和绑定时是同一个人'
)
}
vm
.
goBodyCheck
()
},
})
//
} else {
//
vm.hlsPopup.showLongCenter('比对失败,请保证和绑定时是同一个人')
//
}
}
else
{
vm
.
hlsPopup
.
showLongCenter
(
'比对失败,请保证和绑定时是同一个人'
)
}
...
...
src/pages/home/home-page.vue
View file @
df4c2ad5
...
...
@@ -13,7 +13,7 @@
<img
class=
"locations"
src=
"@/assets/homePage/location.png"
alt=
""
@
click=
"location"
>
<span
class=
"home-city"
>
{{
city
}}
</span>
</div>
<div
slot=
"center"
@
click=
"getLocation"
>
徐工
租赁
</div>
<div
slot=
"center"
@
click=
"getLocation"
>
徐工
金服
</div>
</h-header>
<h-content
class=
"has-footer"
>
<div
class=
"top-wrap"
/>
...
...
www/index.html
deleted
100644 → 0
View file @
e2bd6389
<
<<<<<<
HEAD
<!
DOCTYPE
html
><html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=Eoo0EtfjYCdAy7r8D19gZ0vMojdZpHqU"
></script><title>
徐工金服
</title><link
href=
./static/css/app.13dd33b9d73dd9675f640ae7274a2bec.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.6a178e8d77c32e3c385d.js
></script><script
type=
text/javascript
src=
./static/js/vendor.8a1ae113e3b5262701ed.js
></script><script
type=
text/javascript
src=
./static/js/app.6325e3d0db2ef363a8b7.js
></script></body></html>
=======
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
./cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=Eoo0EtfjYCdAy7r8D19gZ0vMojdZpHqU"
></script><title>
徐工金服
</title><link
href=
./static/css/app.aa86159910c210d97df0f38d6385d028.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.6a178e8d77c32e3c385d.js
></script><script
type=
text/javascript
src=
./static/js/vendor.d56dec0015f4cf7e8b3b.js
></script><script
type=
text/javascript
src=
./static/js/app.cda5b5daa8dfe1dcb4de.js
></script></body></html>
>>>>>>> jeshi
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