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
118a0dac
Commit
118a0dac
authored
Apr 17, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
05e2713e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
signAcontract.vue
pages/bigredrnvelope/signAcontract.vue
+8
-8
No files found.
pages/bigredrnvelope/signAcontract.vue
View file @
118a0dac
...
...
@@ -285,7 +285,7 @@
</view>
</view>
<view
class=
"row-sbs-n"
>
<view
v-if=
"msg.StepNum
<
4
&&!
loading
"
class=
"signAconNext signAconNextL col"
@
click=
"Prev(3)"
>
<view
v-if=
"msg.StepNum
<
5
&&!
loading
"
class=
"signAconNext signAconNextL col"
@
click=
"Prev(3)"
>
上一步
</view>
<view
class=
"signAconNext col"
...
...
@@ -478,9 +478,9 @@ export default {
msg
=
'银行账户变更'
}
}
else
if
(
type
==
4
){
// if(this.msg.Tourists_Sign!=this.oldMsg.Tourists_
Sign){
//
msg = '签字确认变更'
//
}
if
(
this
.
is
Sign
){
msg
=
'签字确认变更'
}
}
return
msg
},
...
...
@@ -521,9 +521,9 @@ export default {
msg
=
'请输入银行账户'
}
}
else
if
(
type
==
4
){
// if(this.msg.Tourists_Sign==''
){
//
msg = '请仔细阅读条款,并签字确认'
//
}
if
(
!
this
.
isSign
){
msg
=
'请仔细阅读条款,并签字确认'
}
}
return
msg
},
...
...
@@ -576,7 +576,7 @@ export default {
uni
.
hideLoading
()
this
.
loading
=
false
this
.
msg
.
StepNum
=
type
if
(
this
.
msg
.
StepNum
==
4
){
if
(
this
.
msg
.
StepNum
==
5
){
this
.
msg
.
ContractId
=
res
.
data
.
ContractId
this
.
goWebUrl
(
2
)
}
...
...
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