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
56a2bb4d
authored
2026-04-30 16:32:36 +0800
by
张猛
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首页调整
1 parent
864d619c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
13 deletions
myCenter/examPointApplyList.vue
pages/index/home.vue
myCenter/examPointApplyList.vue
View file @
56a2bb4
<
template
>
<view
class=
"exam-point-list"
>
<!-- 顶部申请按钮 -->
<view
class=
"apply-btn-box"
>
<view
v-if=
"status==0"
class=
"apply-btn-box"
>
<button
:disabled=
"memberInfo.isPoints==0||formInfo.auditStatus==2||formInfo.auditStatus==1"
class=
"apply-btn"
@
click=
"goApply"
>
申请考点
</button>
...
...
@@ -63,12 +63,13 @@ const pageNum = ref(1)
const
pageSize
=
ref
(
10
)
const
memberInfo
=
app
.
globalData
.
memberInfo
const
formInfo
=
ref
({})
const
status
=
ref
(
0
)
onShow
(()
=>
{
loadData
()
})
onLoad
(()
=>
{
onLoad
((
option
)
=>
{
status
.
value
=
option
.
status
??
0
loadData
()
})
...
...
pages/index/home.vue
View file @
56a2bb4
...
...
@@ -21,10 +21,10 @@
</view>
</view>
<view
class=
"unit-member-box"
>
<
view
class=
"unit-btn"
@
click=
"goPath('/myCenter/auth')"
>
<image
:src=
"config.loginImage_api + '/fs/static/dg/icon02@3x.png'"
class=
"btn-icon"
></image
>
<text>
基本信息
</text
>
<
/view
>
<
!--
<view
class=
"unit-btn"
@
click=
"goPath('/myCenter/auth')"
>
--
>
<!--
<image
:src=
"config.loginImage_api + '/fs/static/dg/icon02@3x.png'"
class=
"btn-icon"
></image>
--
>
<!--
<text>
基本信息
</text>
--
>
<
!--
</view>
--
>
<view
class=
"unit-btn"
@
click=
"goPath('/myCenter/perfect')"
>
<image
:src=
"config.loginImage_api + '/fs/static/dg/icon03@3x.png'"
class=
"btn-icon"
></image>
<text>
认证缴费
</text>
...
...
@@ -37,9 +37,10 @@
<image
:src=
"config.loginImage_api + '/fs/static/dg/icon05@3x.png'"
class=
"btn-icon"
></image>
<text>
考点申请
</text>
</view>
<!--
<view
class=
"unit-btn mt-20"
@
click=
"goPath('/myCenter/examPointApplyList')"
>
<image
:src=
"config.loginImage_api + '/fs/static/dg/icon06@3x.png'"
class=
"btn-icon"
></image><text>
考点详情
</text>
</view>
-->
<view
class=
"unit-btn"
@
click=
"goPath(`/myCenter/examPointApplyList?status=1}`)"
>
<image
:src=
"config.loginImage_api + '/fs/static/dg/icon06@3x.png'"
class=
"btn-icon"
></image>
<text>
考点详情
</text>
</view>
<!--
<view
class=
"unit-btn unit-btn-right"
@
click=
"switchAccount"
>
<image
:src=
"config.loginImage_api + '/fs/static/dg/icon01@3x.png'"
class=
"btn-icon"
></image><text>
切换账号
</text>
</view>
-->
...
...
@@ -1109,13 +1110,13 @@ function checkDialogs() {
.loginOutIcon2
{
position
:
absolute
;
top
:
1
5
0
rpx
;
top
:
1
7
0
rpx
;
right
:
40
rpx
;
z-index
:
10
;
.switch-icon
{
width
:
5
0
rpx
;
height
:
5
0
rpx
;
width
:
6
0
rpx
;
height
:
6
0
rpx
;
}
}
...
...
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