会员认证
Showing
1 changed file
with
8 additions
and
1 deletions
| ... | @@ -41,7 +41,8 @@ | ... | @@ -41,7 +41,8 @@ |
| 41 | style="margin: 0 20rpx 0 0;" | 41 | style="margin: 0 20rpx 0 0;" |
| 42 | @click="auditEditFN(2)">考点详情 | 42 | @click="auditEditFN(2)">考点详情 |
| 43 | </button> --> | 43 | </button> --> |
| 44 | <button :disabled="btn" class="btn-red" size="mini" style="margin: 0 20rpx 0 0;" | 44 | <button :class="['btn-red', { 'disabled': btn }]" :disabled="btn" class="btn-red" size="mini" |
| 45 | style="margin: 0 20rpx 0 0;" | ||
| 45 | @click="payTheFees">去缴费 | 46 | @click="payTheFees">去缴费 |
| 46 | </button> | 47 | </button> |
| 47 | <button v-if="form.deptType!=1" class="btn-red-kx" size="mini" style="margin: 0 20rpx 0 0;" | 48 | <button v-if="form.deptType!=1" class="btn-red-kx" size="mini" style="margin: 0 20rpx 0 0;" |
| ... | @@ -648,4 +649,10 @@ function payTheFees() { | ... | @@ -648,4 +649,10 @@ function payTheFees() { |
| 648 | height: 55rpx; | 649 | height: 55rpx; |
| 649 | line-height: 55rpx; | 650 | line-height: 55rpx; |
| 650 | } | 651 | } |
| 652 | |||
| 653 | .btn-red.disabled { | ||
| 654 | background-color: #f7f7f7; | ||
| 655 | color: rgba(0, 0, 0, .3); | ||
| 656 | border: 1px solid rgba(0, 0, 0, .3) !important; | ||
| 657 | } | ||
| 651 | </style> | 658 | </style> | ... | ... |
-
Please register or sign in to post a comment