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
3817db75
Commit
3817db75
authored
Feb 06, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
ef9a429f
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
9 deletions
+11
-9
dev.env.js
config/dev.env.js
+2
-2
uat.env.js
config/uat.env.js
+1
-1
base-info.vue
src/pages/userBindNew/np/base-info.vue
+5
-3
1e37fad1fce0ebb3e0e5.worker.js
www/1e37fad1fce0ebb3e0e5.worker.js
+1
-1
1e37fad1fce0ebb3e0e5.worker.js.map
www/1e37fad1fce0ebb3e0e5.worker.js.map
+1
-1
index.html
www/index.html
+1
-1
www.zip
www/www.zip
+0
-0
No files found.
config/dev.env.js
View file @
3817db75
...
@@ -8,9 +8,9 @@ module.exports = merge(prodEnv, {
...
@@ -8,9 +8,9 @@ module.exports = merge(prodEnv, {
debug
:
true
,
debug
:
true
,
isMobilePlatform
:
false
,
isMobilePlatform
:
false
,
loginPath
:
'"http://180.104.121.66:8088/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" '
,
loginPath
:
'"http://180.104.121.66:8088/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" '
,
basePath
:
'"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_
DEV
&apiName="'
,
basePath
:
'"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_
UAT
&apiName="'
,
rootPath
:
'"http://180.104.121.66:8088/r/api"'
,
rootPath
:
'"http://180.104.121.66:8088/r/api"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
DEV
&apiName=file_view&"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
UAT
&apiName=file_view&"'
,
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
appId
:
'"com.xcmg.app"'
,
appId
:
'"com.xcmg.app"'
,
currentVersion
:
'"1.7.6"'
,
currentVersion
:
'"1.7.6"'
,
...
...
config/uat.env.js
View file @
3817db75
...
@@ -11,5 +11,5 @@ module.exports = {
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"1.2.
1
"'
currentVersion
:
'"1.2.
5
"'
}
}
src/pages/userBindNew/np/base-info.vue
View file @
3817db75
...
@@ -678,7 +678,7 @@ export default {
...
@@ -678,7 +678,7 @@ export default {
this
.
loadItemList
(
flag
)
this
.
loadItemList
(
flag
)
}
}
},
},
loadItemList
(
flag
)
{
//
flag用来判断是否需要加载图片文件
loadItemList
(
flag
)
{
//
flag用来判断是否需要加载图片文件
let
vm
=
this
let
vm
=
this
let
bpId
=
window
.
localStorage
.
getItem
(
'bp_id'
)
let
bpId
=
window
.
localStorage
.
getItem
(
'bp_id'
)
if
(
bpId
===
'undefined'
)
{
if
(
bpId
===
'undefined'
)
{
...
@@ -719,9 +719,9 @@ export default {
...
@@ -719,9 +719,9 @@ export default {
}
}
})
})
// 查询图片
// 查询图片
if
(
flag
)
{
if
(
flag
)
{
listTemp
.
forEach
((
item
,
index
)
=>
{
listTemp
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
cdd_item
!==
'HOUSE_CARD'
||
item
.
cdd_item
!==
'REAL_EST_CERTIFICATE'
||
item
.
cdd_item
!==
'CAR_CARD'
||
item
.
cdd_item
!==
'ASSETS_CARD'
||
item
.
cdd_item
!==
'FAMILY_REGISTER'
||
item
.
cdd_item
!==
'MARITAL STATUS'
)
{
if
(
item
.
cdd_item
!==
'HOUSE_CARD'
||
item
.
cdd_item
!==
'REAL_EST_CERTIFICATE'
||
item
.
cdd_item
!==
'CAR_CARD'
||
item
.
cdd_item
!==
'ASSETS_CARD'
||
item
.
cdd_item
!==
'FAMILY_REGISTER'
||
item
.
cdd_item
!==
'MARITAL STATUS'
)
{
vm
.
load_picture
(
item
.
check_id
,
index
,
item
.
cdd_item
)
vm
.
load_picture
(
item
.
check_id
,
index
,
item
.
cdd_item
)
}
}
})
})
...
@@ -1250,6 +1250,8 @@ export default {
...
@@ -1250,6 +1250,8 @@ export default {
hlsUtil
.
baiduOcr
(
fileUrl
,
url
,
function
(
res
)
{
hlsUtil
.
baiduOcr
(
fileUrl
,
url
,
function
(
res
)
{
hlsPopup
.
hideLoading
()
hlsPopup
.
hideLoading
()
let
result
=
res
.
result
.
words_result
let
result
=
res
.
result
.
words_result
alert
(
JSON
.
stringfy
(
res
,
''
,
2
))
console
.
log
(
JSON
.
stringfy
(
res
,
''
,
2
))
if
(
cardType
===
'idCard'
)
{
if
(
cardType
===
'idCard'
)
{
vm
.
baseInfo
.
bp_name
=
result
.
姓名
.
words
vm
.
baseInfo
.
bp_name
=
result
.
姓名
.
words
vm
.
baseInfo
.
id_card_no
=
result
.
公民身份号码
.
words
vm
.
baseInfo
.
id_card_no
=
result
.
公民身份号码
.
words
...
...
www/1e37fad1fce0ebb3e0e5.worker.js
View file @
3817db75
This diff is collapsed.
Click to expand it.
www/1e37fad1fce0ebb3e0e5.worker.js.map
View file @
3817db75
This diff is collapsed.
Click to expand it.
www/index.html
View file @
3817db75
<!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.bf12f36459a8557699346754da6efd18.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.5b23605dc2d9cfefc737.js
></script><script
type=
text/javascript
src=
./static/js/vendor.64c4110c2ef75634c410.js
></script><script
type=
text/javascript
src=
./static/js/app.dd5894f1024fda4ea85c.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.dfc178a48ebb0c8e421a6dfa34608c66.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.5b23605dc2d9cfefc737.js
></script><script
type=
text/javascript
src=
./static/js/vendor.2b6d8679f4588e47d05c.js
></script><script
type=
text/javascript
src=
./static/js/app.50b29fb3edbffef93c37.js
></script></body></html>
\ No newline at end of file
\ No newline at end of file
www/www.zip
0 → 100644
View file @
3817db75
File added
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