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
a4d367f7
authored
2026-05-21 17:32:58 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
考点
1 parent
8f109315
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
9 deletions
components/dao-guan-tab-bar.vue
myCenter/examPointApply.vue
myCenter/examPointApplyList.vue
pages/index/daoGuanPerson.vue
components/dao-guan-tab-bar.vue
View file @
a4d367f
...
...
@@ -100,13 +100,14 @@ const handleClick = (index, url) => {
}
.dg-tab-icon
{
width
:
5
0
rpx
;
height
:
5
0
rpx
;
margin-bottom
:
4
rpx
;
width
:
4
0
rpx
;
height
:
4
0
rpx
;
margin-bottom
:
10
rpx
;
}
.dg-tab-text
{
font-size
:
20
rpx
;
font-size
:
22
rpx
;
//
margin-top
:
10
rpx
;
color
:
#666
;
}
...
...
myCenter/examPointApply.vue
View file @
a4d367f
...
...
@@ -40,7 +40,7 @@
<button
class=
"add-btn"
@
click=
"addExaminer"
>
+ 添加考官
</button>
</view>
<view
v-else
class=
"section examiner-section"
>
<button
class=
"add-btn"
@
click=
"
addExaminer
"
>
+ 选择考官
</button>
<button
class=
"add-btn"
@
click=
"
handelAddExamine
"
>
+ 选择考官
</button>
</view>
<view
class=
"examiner-list"
>
...
...
@@ -161,6 +161,12 @@ async function getShenMemberInfoFn() {
const
res
=
await
api
.
getShenMemberInfo
()
shenForm
.
value
=
res
.
data
??
{}
}
function
handelAddExamine
()
{
const
chosenStr
=
JSON
.
stringify
(
list
.
value
)
uni
.
navigateTo
({
url
:
`/myCenter/chooseExaminer?memId=
${
memId
.
value
}
&chosen=
${
chosenStr
}
`
})
}
// 删除考官:打开自定义弹窗
function
handleDel
(
row
)
{
...
...
myCenter/examPointApplyList.vue
View file @
a4d367f
...
...
@@ -2,7 +2,7 @@
<view
class=
"exam-point-list"
>
<!-- 顶部申请按钮 -->
<view
v-if=
"status==0"
class=
"apply-btn-box"
>
<button
:disabled=
"memberInfo.isPoints==0
&&(formInfo.auditStatus==2||formInfo.auditStatus==1)
"
class=
"apply-btn"
<button
:disabled=
"memberInfo.isPoints==0
|| formInfo.auditStatus==1
"
class=
"apply-btn"
@
click=
"goApply"
>
申请考点
</button>
</view>
...
...
pages/index/daoGuanPerson.vue
View file @
a4d367f
...
...
@@ -398,11 +398,18 @@ function checkDialogs() {
passwordTipPopup
.
value
?.
open
()
}
}
console
.
log
(
'checkDialogs'
,
app
.
globalData
.
memberInfo
?.
activeStatus
,
app
.
globalData
.
authenticationStatus
,
app
.
globalData
.
deptType
,
memberInfoData
.
isPoints
)
if
(
app
.
globalData
.
memberInfo
?.
activeStatus
==
1
&&
checkExamPointDialog
()
}
async
function
checkExamPointDialog
()
{
const
[
err
,
res
]
=
await
to
(
api
.
getMyRecentExam
())
if
(
err
||
!
res
?.
data
)
return
const
status
=
res
.
data
?.
auditStatus
if
((
status
==
0
||
status
==
3
)
&&
app
.
globalData
.
memberInfo
?.
activeStatus
==
1
&&
app
.
globalData
.
authenticationStatus
==
2
&&
app
.
globalData
.
deptType
==
6
&&
memberInfoData
.
isPoints
==
1
)
{
app
.
globalData
.
memberInfo
?.
isPoints
==
1
)
{
examPointPopup
.
value
?.
open
()
}
}
...
...
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