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
864d619c
authored
2026-04-30 16:16:36 +0800
by
张猛
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
会员认证
1 parent
4f6db0bd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
myCenter/auth.vue
myCenter/auth.vue
View file @
864d619
...
...
@@ -41,7 +41,8 @@
style=
"margin: 0 20rpx 0 0;"
@
click=
"auditEditFN(2)"
>
考点详情
</button>
-->
<button
:disabled=
"btn"
class=
"btn-red"
size=
"mini"
style=
"margin: 0 20rpx 0 0;"
<button
:class=
"['btn-red',
{ 'disabled': btn }]" :disabled="btn" class="btn-red" size="mini"
style="margin: 0 20rpx 0 0;"
@click="payTheFees">去缴费
</button>
<button
v-if=
"form.deptType!=1"
class=
"btn-red-kx"
size=
"mini"
style=
"margin: 0 20rpx 0 0;"
...
...
@@ -648,4 +649,10 @@ function payTheFees() {
height
:
55
rpx
;
line-height
:
55
rpx
;
}
.btn-red.disabled
{
background-color
:
#f7f7f7
;
color
:
rgba
(
0
,
0
,
0
,
.3
);
border
:
1px
solid
rgba
(
0
,
0
,
0
,
.3
)
!important
;
}
</
style
>
...
...
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