perf:修复大多数文件的 linter(首次)

This commit is contained in:
YunaiV
2025-12-15 23:12:42 +08:00
parent f9fc5a8abe
commit d971aba582
39 changed files with 286 additions and 278 deletions

View File

@@ -141,8 +141,7 @@ async function handleConfirm() {
toast.success('修改成功')
handleClose()
emit('success')
}
finally {
} finally {
submitting.value = false
}
}

View File

@@ -22,13 +22,17 @@
<template #icon>
<wd-icon name="chat" size="20px" color="#07c160" class="mr-16rpx" />
</template>
<view class="text-[#999]">未绑定</view>
<view class="text-[#999]">
未绑定
</view>
</wd-cell>
<wd-cell title="微信公众号" is-link @click="handleBindWechatOfficialAccount">
<template #icon>
<wd-icon name="chat" size="20px" color="#07c160" class="mr-16rpx" />
</template>
<view class="text-[#999]">未绑定</view>
<view class="text-[#999]">
未绑定
</view>
</wd-cell>
</wd-cell-group>