Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
b13484e5
Commit
b13484e5
authored
Apr 17, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
397af10e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
signAcontract.vue
pages/bigredrnvelope/signAcontract.vue
+6
-7
No files found.
pages/bigredrnvelope/signAcontract.vue
View file @
b13484e5
...
@@ -488,7 +488,7 @@ export default {
...
@@ -488,7 +488,7 @@ export default {
}
else
if
(
this
.
msg
.
CardNum
!=
this
.
oldMsg
.
CardNum
){
}
else
if
(
this
.
msg
.
CardNum
!=
this
.
oldMsg
.
CardNum
){
msg
=
'银行账户变更'
msg
=
'银行账户变更'
}
}
}
else
if
(
type
==
4
){
}
else
if
(
type
==
5
){
if
(
this
.
isSign
){
if
(
this
.
isSign
){
msg
=
'签字确认变更'
msg
=
'签字确认变更'
}
}
...
@@ -531,10 +531,10 @@ export default {
...
@@ -531,10 +531,10 @@ export default {
}
else
if
(
this
.
msg
.
CardNum
==
''
){
}
else
if
(
this
.
msg
.
CardNum
==
''
){
msg
=
'请输入银行账户'
msg
=
'请输入银行账户'
}
}
}
else
if
(
type
==
4
){
}
else
if
(
type
==
5
){
// if(!this.isSign
){
if
(
!
this
.
msg
.
Tourists_Sign
||
this
.
msg
.
Tourists_Sign
==
''
){
//
msg = '请仔细阅读条款,并签字确认'
msg
=
'请仔细阅读条款,并签字确认'
//
}
}
}
}
return
msg
return
msg
},
},
...
@@ -549,7 +549,7 @@ export default {
...
@@ -549,7 +549,7 @@ export default {
}
}
// if(this.msg.StepNum==4) return this.goWebUrl(1)
// if(this.msg.StepNum==4) return this.goWebUrl(1)
const
oldData
=
this
.
newMsg
(
type
)
const
oldData
=
this
.
newMsg
(
type
)
//
console.log(oldData,'--------',type,!oldData)
console
.
log
(
oldData
,
'--------'
,
type
,
!
oldData
)
// return
// return
if
(
oldData
)
this
.
setInfor
(
type
)
if
(
oldData
)
this
.
setInfor
(
type
)
else
if
(
this
.
ContractId
||
type
==
5
)
this
.
setInfor
(
type
)
else
if
(
this
.
ContractId
||
type
==
5
)
this
.
setInfor
(
type
)
...
@@ -604,7 +604,6 @@ export default {
...
@@ -604,7 +604,6 @@ export default {
title
:
err
.
message
,
title
:
err
.
message
,
icon
:
'none'
icon
:
'none'
})
})
console
.
log
(
err
,
'--------'
)
})
})
},
},
goReserce
(
item
){
goReserce
(
item
){
...
...
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