修改:页面文案和资产进度优化

1. 修正产品名称为百雅融
2. 资产信息进度从 x/6 改为 x/8(增加职业和芝麻分)
This commit is contained in:
2026-01-27 23:55:24 +08:00
parent f769373da1
commit d492c1c42e
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
<div class="asset-header" id="assetHeader"> <div class="asset-header" id="assetHeader">
<div class="asset-title"> <div class="asset-title">
<img class="asset-icon" src="./static/image/zc-pic.png" alt="资产信息"> <img class="asset-icon" src="./static/image/zc-pic.png" alt="资产信息">
<span>资产信息(<span id="completedCount">0</span>/6</span> <span>资产信息(<span id="completedCount">0</span>/8</span>
</div> </div>
<img class="section-arrow" id="assetArrow" src="./static/image/dropdown-down.png" alt="展开"> <img class="section-arrow" id="assetArrow" src="./static/image/dropdown-down.png" alt="展开">
</div> </div>

View File

@@ -336,10 +336,10 @@ export class JVerifyService {
// 根据当前页面主题设置UI // 根据当前页面主题设置UI
const uiConfig = { const uiConfig = {
// Logo设置尺寸建议弹窗模式 60x60 // Logo设置尺寸建议弹窗模式 60x60
logo: 'https://via.placeholder.com/60x60/667eea/ffffff?text=', // 替换为实际logo logo: 'https://via.placeholder.com/60x60/667eea/ffffff?text=百雅融', // 替换为实际logo
// 应用名称最多15个字符 // 应用名称最多15个字符
appName: '薇钱包', appName: '百雅融',
// 登录按钮颜色(与自定义按钮保持一致) // 登录按钮颜色(与自定义按钮保持一致)
loginBtnColor: '#667eea', loginBtnColor: '#667eea',