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
0d0941a9
Commit
0d0941a9
authored
Jan 05, 2022
by
胡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: ios 首次修改
parent
9aabd347
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
11 deletions
+13
-11
batchSign.vue
src/pages/carConfirm/batchSign.vue
+5
-4
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+7
-6
previewPdf.vue
src/pages/contractSigning/previewPdf.vue
+1
-1
No files found.
src/pages/carConfirm/batchSign.vue
View file @
0d0941a9
...
...
@@ -140,10 +140,11 @@ export default {
this
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
==
'S'
&&
res
.
info
.
msg
===
'success'
)
{
this
.
$router
.
push
({
name
:
'ElectronicSign'
,
params
:
{
url
:
res
.
info
.
data
.
url
},
})
// this.$router.push({
// name: 'ElectronicSign',
// params: { url: res.info.data.url },
// })
cordova
.
InAppBrowser
.
open
(
res
.
info
.
data
.
url
,
'_blank'
,
'location=yes'
)
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
||
res
.
info
.
msg
)
}
...
...
src/pages/contractSigning/contract-detail.vue
View file @
0d0941a9
...
...
@@ -569,12 +569,13 @@ export default {
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
info
.
msg
===
'success'
)
{
vm
.
$router
.
push
({
name
:
'ElectronicSign'
,
params
:
{
url
:
res
.
info
.
data
.
url
,
},
})
// vm.$router.push({
// name: 'ElectronicSign',
// params: {
// 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/previewPdf.vue
View file @
0d0941a9
...
...
@@ -76,7 +76,7 @@ export default {
},
_loadFile
(
url
)
{
console
.
log
(
'URL ==== '
+
url
)
this
.
PDFJS
.
getDocument
(
url
).
promise
.
then
((
pdf
)
=>
{
this
.
PDFJS
.
getDocument
(
url
).
then
((
pdf
)
=>
{
this
.
pdfDoc
=
pdf
// debugger
console
.
log
(
'pdf ==== '
+
pdf
)
...
...
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