修改:页面文案和资产进度优化
1. 修正产品名称为百雅融 2. 资产信息进度从 x/6 改为 x/8(增加职业和芝麻分)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<div class="asset-header" id="assetHeader">
|
||||
<div class="asset-title">
|
||||
<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>
|
||||
<img class="section-arrow" id="assetArrow" src="./static/image/dropdown-down.png" alt="展开">
|
||||
</div>
|
||||
|
||||
@@ -336,10 +336,10 @@ export class JVerifyService {
|
||||
// 根据当前页面主题设置UI
|
||||
const uiConfig = {
|
||||
// Logo设置(尺寸建议:弹窗模式 60x60)
|
||||
logo: 'https://via.placeholder.com/60x60/667eea/ffffff?text=薇', // 替换为实际logo
|
||||
logo: 'https://via.placeholder.com/60x60/667eea/ffffff?text=百雅融', // 替换为实际logo
|
||||
|
||||
// 应用名称(最多15个字符)
|
||||
appName: '薇钱包',
|
||||
appName: '百雅融',
|
||||
|
||||
// 登录按钮颜色(与自定义按钮保持一致)
|
||||
loginBtnColor: '#667eea',
|
||||
|
||||
Reference in New Issue
Block a user