Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f1508768
authored
2026-05-29 09:34:34 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
传参优化
1 parent
95e867bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
level/apply.vue
level/apply.vue
View file @
f150876
...
...
@@ -206,8 +206,12 @@ function goDetail(item) {
}
function
handlePay
(
item
)
{
let
url
=
`/level/paymentDetail?examId=
${
item
.
examId
}
`
if
(
item
.
orderId
)
{
url
+=
`&orderId=
${
item
.
orderId
}
`
}
uni
.
navigateTo
({
url
:
`/level/paymentDetail?examId=
${
item
.
examId
}
&orderId=
${
item
.
orderId
||
''
}
`
url
:
url
})
}
</
script
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment