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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
level/addApply.vue
myCenter/examPointApplyList.vue
level/addApply.vue
View file @
564e311
...
...
@@ -426,14 +426,14 @@ function getChosedStudentList() {
}
else
{
d
.
levelRecommend
=
'9'
}
// 原级别是一级时,levelNew 默认为空,不使用推荐值
if
(
d
.
levelOld
===
'1'
)
{
d
.
levelNew
=
''
}
else
if
(
!
d
.
levelNew
)
{
d
.
levelNew
=
d
.
levelRecommend
}
if
(
!
d
.
isPass
)
{
d
.
isPass
=
'1'
}
...
...
@@ -545,22 +545,24 @@ function submitForm2(flag) {
return
}
}
if
(
flag
===
1
)
{
if
(
infoList
.
value
.
length
==
0
)
{
uni
.
showToast
({
title
:
'请选择考生'
,
icon
:
'none'
})
return
}
uni
.
showModal
({
title
:
'提示'
,
content
:
`请确认人员照片是否已更新?`
,
success
:
function
(
res
)
{
if
(
res
.
confirm
)
{
saveStep2
(
flag
).
then
(()
=>
{
uni
.
navigateTo
({
url
:
`/level/paymentDetail?examId=
${
form
.
value
.
examId
}
`
})
// saveStep2(flag).then(() => {
// uni.navigateTo({
// url: `/level/paymentDetail?examId=${form.value.examId}`
// })
// })
uni
.
navigateTo
({
url
:
`/level/paymentDetail?examId=
${
form
.
value
.
examId
}
`
})
}
}
...
...
@@ -887,7 +889,7 @@ function handleDelete(row) {
position
:
relative
;
z-index
:
99
;
}
.exam-level-select
{
position
:
relative
;
z-index
:
999
;
...
...
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