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
564e3119
authored
2026-04-24 17:01:09 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
https://code.itechtop.cn/yangyang/ztx_wx_gzt
2 parents
c24dbde7
cf0006a0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
level/addApply.vue
myCenter/examPointApplyList.vue
level/addApply.vue
View file @
564e311
...
...
@@ -545,7 +545,6 @@ function submitForm2(flag) {
return
}
}
if
(
flag
===
1
)
{
if
(
infoList
.
value
.
length
==
0
)
{
uni
.
showToast
({
title
:
'请选择考生'
,
icon
:
'none'
})
...
...
@@ -557,11 +556,14 @@ function submitForm2(flag) {
content
:
`请确认人员照片是否已更新?`
,
success
:
function
(
res
)
{
if
(
res
.
confirm
)
{
saveStep2
(
flag
).
then
(()
=>
{
// saveStep2(flag).then(() => {
// uni.navigateTo({
// url: `/level/paymentDetail?examId=${form.value.examId}`
// })
// })
uni
.
navigateTo
({
url
:
`/level/paymentDetail?examId=
${
form
.
value
.
examId
}
`
})
})
}
}
})
...
...
myCenter/examPointApplyList.vue
View file @
564e311
...
...
@@ -52,7 +52,7 @@
<
script
setup
>
import
{
ref
}
from
'vue'
import
{
onLoad
,
onShow
,
onReachBottom
}
from
'@dcloudio/uni-app'
import
{
onLoad
,
onShow
,
onReachBottom
}
from
'@dcloudio/uni-app'
import
{
getMyRecentExam
}
from
'@/common/api'
const
app
=
getApp
()
...
...
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