864d619c by 张猛

会员认证

1 parent 4f6db0bd
......@@ -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: 55rpx;
line-height: 55rpx;
}
.btn-red.disabled {
background-color: #f7f7f7;
color: rgba(0, 0, 0, .3);
border: 1px solid rgba(0, 0, 0, .3) !important;
}
</style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!