审核被拒修改

This commit is contained in:
kron
2025-12-04 09:35:44 +08:00
parent 8cb4a26263
commit fa394bdd87
3 changed files with 17 additions and 4 deletions

View File

@@ -189,13 +189,13 @@ onShow(() => {
<text>已同意并阅读</text>
<view
@click.stop="openServiceLink"
:style="{ color: noBg ? '#333' : '#fff' }"
:style="{ color: noBg ? '#333' : '#ffffff99' }"
>用户协议</view
>
<text></text>
<view
@click.stop="openPrivacyLink"
:style="{ color: noBg ? '#333' : '#fff' }"
:style="{ color: noBg ? '#333' : '#ffffff99' }"
>隐私协议</view
>
<text>内容</text>