修复:开发测试问题修改

This commit is contained in:
2025-11-27 18:18:47 +08:00
parent 7062e675f6
commit 435a23f995
16 changed files with 99 additions and 1400 deletions

View File

@@ -2,7 +2,7 @@
<view class="login-page">
<!-- Logo 背景区域 -->
<view class="logo-bg">
<text class="welcome-text">Hello! Welcome to<br>Amazing Limited</text>
<text class="welcome-text">Hello! Welcome to<br>太湖国际</text>
<image src="@/static/icon/login_icon.png" mode="aspectFit" class="icon-hua-1"></image>
<image src="@/static/icon/login_icon.png" mode="aspectFit" class="icon-hua-2"></image>
</view>
@@ -87,7 +87,7 @@
<view class="protocol-text">
{{ $t('login.agree') }}
<text class="highlight" @click="yhxy">{{ $t('login.userAgreement') }}</text>
and
{{ $t('global.and') }}
<text class="highlight" @click="yszc">{{ $t('login.privacyPolicy') }}</text>
</view>
</view>
@@ -424,11 +424,11 @@ const getAgreements = async (id: number) => {
}
const loadAgreements = async () => {
// 获取用户协议
const yhxyRes = await getAgreements(111)
const yhxyRes = await getAgreements(116)
yhxyText.value = yhxyRes
// 获取隐私政策
const yszcRes = await getAgreements(112)
const yszcRes = await getAgreements(117)
yszcText.value = yszcRes
}