代码格式化: prettier --write 统一代码风格

39 个文件按 .prettierrc.json (printWidth 100 / no semi / singleQuote) 统一格式, 纯空白与换行调整, 无逻辑变更。为接入代码门禁做准备, 让 npm run check (format:check + lint:strict + typecheck) 干净通过。
This commit is contained in:
yml
2026-06-14 16:24:01 +08:00
parent ae4297fec7
commit f410be3797
39 changed files with 87 additions and 80 deletions
@@ -291,7 +291,6 @@ function updateAgreementReadState(type: 'virtual' | 'renter') {
}
}
// 手动锁定/解锁背景滚动
watch(agreementVisible, visible => {
// 只锁定 .pc-main 容器,不影响 body 和 sticky 导航栏
@@ -513,7 +512,11 @@ function handleToggleFavorite() {
>
{{ listing.in_transaction ? '交易中' : '立即下单' }}
</el-button>
<el-button class="full-control favorite-order-btn" size="large" @click="handleToggleFavorite">
<el-button
class="full-control favorite-order-btn"
size="large"
@click="handleToggleFavorite"
>
{{ listingFavorited ? '取消收藏' : '收藏账号' }}
</el-button>
</el-form>