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
34fb72bd
Commit
34fb72bd
authored
Apr 17, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b13484e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
signAcontract.vue
pages/bigredrnvelope/signAcontract.vue
+7
-6
No files found.
pages/bigredrnvelope/signAcontract.vue
View file @
34fb72bd
...
...
@@ -270,9 +270,10 @@
<view
v-if=
"msg.StepNum
<4
&&!
loading
"
class=
"signAconNext signAconNextL col"
@
click=
"Prev(2)"
>
上一步
</view>
<!--
<view
class=
"signAconNext col active"
@
click=
"Next(4)"
>
下一步
</view>
</view>
-->
<!--
<view
class=
"signAconNext col"
:class=
"[msg.StepNum==4||loading?'':'active']"
@
click=
"Next(4)"
>
...
...
@@ -586,12 +587,12 @@ export default {
console
.
log
(
res
,
'--------提交'
)
uni
.
hideLoading
()
this
.
loading
=
false
if
(
type
<
5
)
this
.
msg
.
StepNum
=
type
if
(
type
==
4
){
if
(
type
==
4
&&
this
.
msg
.
Tourists_Sign
)
this
.
msg
.
StepNum
=
4
else
if
(
type
<
4
)
this
.
msg
.
StepNum
=
type
else
if
(
type
==
4
&&
this
.
msg
.
Tourists_Sign
==
''
){
this
.
msg
.
ContractId
=
res
.
data
.
ContractId
this
.
goWebUrl
(
2
)
}
if
(
type
==
5
){
}
else
if
(
type
==
5
){
uni
.
redirectTo
({
url
:
`/pages/bigredrnvelope/list`
})
...
...
@@ -682,7 +683,7 @@ export default {
this
.
msg
.
StepNum
=
4
}
else
this
.
msg
.
StepNum
=
0
if
(
this
.
IsRenewalContract
==
1
)
this
.
msg
.
ContractId
=
0
//
if(this.IsRenewalContract==1) this.msg.ContractId = 0
if
(
this
.
ContractId
)
{
this
.
msg
.
ContractId
=
this
.
ContractId
let
ContractList
=
data
.
ContractList
.
filter
(
x
=>
{
...
...
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