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
573997d7
Commit
573997d7
authored
Nov 23, 2020
by
Jennie Shi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jeshi
parent
fc6e2414
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
confirm-detail.vue
src/pages/carConfirm/confirm-detail.vue
+0
-1
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+8
-8
login.vue
src/pages/login.vue
+1
-1
No files found.
src/pages/carConfirm/confirm-detail.vue
View file @
573997d7
...
...
@@ -397,7 +397,6 @@ export default {
url
:
res
.
info
.
data
.
url
,
},
})
cordova
.
InAppBrowser
.
open
(
res
.
info
.
data
.
url
,
'_blank'
,
'location=yes'
)
}
else
{
vm
.
hlsPopup
.
showLongCenter
(
res
.
info
.
msg
)
}
...
...
src/pages/contractSigning/contract-detail.vue
View file @
573997d7
...
...
@@ -891,14 +891,14 @@ export default {
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
// vm.hlsPopup.hideLoading()
if
(
res
.
result
===
'S'
)
{
console
.
log
(
res
.
info
.
bank_full_name
===
' '
)
if
(
res
.
info
.
bank_full_name
===
undefined
||
res
.
info
.
bank_full_name
===
' '
)
{
vm
.
bank_flag
=
fals
e
vm
.
bankPic
=
vm
.
unRea
d
}
else
{
vm
.
bank_flag
=
tru
e
vm
.
bankPic
=
vm
.
reade
d
}
//
console.log(res.info.bank_full_name === ' ')
// if (res.info.bank_full_name
) {
// vm.bank_flag = tru
e
// vm.bankPic = vm.reade
d
//
} else {
vm
.
bank_flag
=
fals
e
vm
.
bankPic
=
vm
.
unRea
d
//
}
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
src/pages/login.vue
View file @
573997d7
...
...
@@ -164,7 +164,7 @@ export default {
}
},
async
access
()
{
// cordova.plugins.IdCardPlugin.idCardIdentify({'idNum': '341181199602016223', 'idName': '史蒙蒙', '
timeout': 10000
}, function (success) {
// cordova.plugins.IdCardPlugin.idCardIdentify({'idNum': '341181199602016223', 'idName': '史蒙蒙', '
phoneNum': '15751862158', environment: 'DEV'
}, function (success) {
// alert(success)
// }, function (reason) {
// alert('Failed: ' + reason)
...
...
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