修复退款审核前账号提前释放

This commit is contained in:
yml2213
2026-08-20 16:50:32 +08:00
parent cc974f954f
commit 266abb4aaa
5 changed files with 130 additions and 12 deletions
@@ -463,7 +463,7 @@ watch([() => route.query.focus, order, loading], () => {
<div v-if="order.status === 'pending_handoff'" class="secondary-action-card danger">
<div>
<strong>不继续交接?</strong>
<span>取消后将释放账号,订单会回到可租状态。</span>
<span>取消后将提交退款申请,客服审核通过后账号才会恢复可租。</span>
</div>
<el-button type="danger" plain :loading="cancelling" @click="handleCancel">
取消订单