chatapp-h5/h5/bd-center/index.back.html
2026-04-29 00:14:49 +08:00

98 lines
3.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
>
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>BD Center</title>
<link rel="stylesheet" href="./bd-center.css">
</head>
<body>
<main class="bd-center">
<header class="page-header">
<button class="icon-button" type="button" data-action="back" aria-label="Back">
<span aria-hidden="true"></span>
</button>
<h1 data-i18n="bd_center">BD Center</h1>
<button class="language-button" type="button" data-action="language" aria-label="Language">
EN
</button>
</header>
<section class="content">
<article class="surface-card salary-card">
<div class="salary-title">
<span data-i18n="my_available_salary">My available salary</span>
<button type="button" data-route="/available-income" data-i18n="bd_salary_link">
BD salary
</button>
</div>
<div class="salary-amount" id="availableBalance">$0</div>
</article>
<article class="surface-card menu-card">
<!-- <button type="button" class="menu-row" data-route="/policy?from=BD">
<span class="menu-label">
<img data-icon="policy" alt="">
<span data-i18n="bd_policy_link">BD policy</span>
</span>
<img data-icon="arrow" class="flip-img" alt="">
</button> -->
<!-- <div class="divider"></div> -->
<button type="button" class="menu-row" data-route="/agency-list">
<span class="menu-label">
<img data-icon="policy" alt="">
<span data-i18n="agency_list_link">Agency list</span>
</span>
<img data-icon="arrow" class="flip-img" alt="">
</button>
<div class="divider"></div>
<button type="button" class="menu-row" data-route="/invite-agency">
<span class="menu-label">
<img data-icon="invite" alt="">
<span data-i18n="invite_become_agent">Invite to become agent</span>
</span>
<img data-icon="arrow" class="flip-img" alt="">
</button>
<div class="divider"></div>
<button type="button" class="menu-row" data-route="/bank-cards">
<span class="menu-label">
<img data-icon="bank" alt="">
<span data-i18n="bank_cards_link">Bank cards</span>
</span>
<img data-icon="arrow" class="flip-img" alt="">
</button>
<!--
<div class="divider"></div>
<button type="button" class="menu-row gift-permission" data-route="/bd-item-distribution" hidden>
<span class="menu-label">
<img data-icon="gift" alt="">
<span data-i18n="send_welcome_gift">Send welcome gift</span>
</span>
<img data-icon="arrow" class="flip-img" alt="">
</button> -->
</article>
</section>
</main>
<div class="toast" id="toast" role="status" aria-live="polite" hidden></div>
<script type="module" src="./bd-center.js"></script>
</body>
</html>