103 lines
4.4 KiB
HTML
103 lines
4.4 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>应用分享与收益 - 个人中心 - 代代相传</title>
|
|
<link rel="stylesheet" href="public/css/public.css" />
|
|
<link rel="stylesheet" href="public/layui/css/layui.css" />
|
|
<link rel="stylesheet" href="public/css/profile-module.css" />
|
|
</head>
|
|
<body class="page-profile-module" data-family-share-page>
|
|
<header class="site-header">
|
|
<div class="container nav">
|
|
<a class="brand magnetic" href="index.html"
|
|
><img class="brand-logo brand-logo-mark" src="public/images/logo-mark.png" alt="" /><span class="brand-text">个人中心</span></a
|
|
>
|
|
<nav class="nav-links">
|
|
<a href="profile-services.html">帮助与服务</a
|
|
><a class="active" href="profile-share.html">应用分享与收益</a>
|
|
</nav>
|
|
<div class="nav-actions">
|
|
<a class="btn ghost magnetic" href="profile-services.html"
|
|
>返回服务中心</a
|
|
>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<section class="module-hero">
|
|
<div class="container">
|
|
<div class="module-kicker">应用分享</div>
|
|
<div class="module-title-row">
|
|
<div>
|
|
<h1>应用分享与收益</h1>
|
|
<p>应用邀请暂以移动端为主;这里可查看推广收益、流水和提现记录。</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="section">
|
|
<div class="container module-layout">
|
|
<aside class="module-nav">
|
|
<a href="profile-services.html">帮助与服务</a
|
|
><a class="active" href="profile-share.html">应用分享与收益</a
|
|
><a href="profile-feedback.html">意见反馈</a
|
|
><a href="help.html">帮助中心</a>
|
|
</aside>
|
|
<div class="module-main">
|
|
<section class="module-panel">
|
|
<h2>邀请好友奖励</h2>
|
|
<div class="module-grid">
|
|
<div class="module-card is-unavailable" aria-disabled="true">
|
|
<span class="icon">享</span>
|
|
<h3>每邀请一位好友</h3>
|
|
<p>邀请奖励规则正在完善,当前暂不展示奖励金额。</p>
|
|
</div>
|
|
<div class="module-card is-unavailable" aria-disabled="true">
|
|
<span class="icon">码</span>
|
|
<h3>分享二维码</h3>
|
|
<p>分享链接和二维码暂未开放,请先使用移动端分享。</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="module-panel">
|
|
<h2>分享记录</h2>
|
|
<div class="module-list">
|
|
<div class="api-state api-state--empty" data-api-state="empty" role="status" aria-live="polite">
|
|
分享记录暂未开放;推广收益和提现结果可在下方查看。
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="module-panel">
|
|
<h2>收益与提现</h2>
|
|
<div class="module-grid two">
|
|
<a class="module-card tilt-card" href="profile-earnings.html" data-feature-link="available">
|
|
<span class="icon">收</span>
|
|
<h3>推广收益</h3>
|
|
<p>查看可用余额、冻结金额和不可变收益流水。</p>
|
|
</a>
|
|
<a class="module-card tilt-card" href="profile-earnings.html" data-feature-link="available">
|
|
<span class="icon">提</span>
|
|
<h3>提现记录</h3>
|
|
<p>上传微信收款码,提交提现并跟踪处理状态。</p>
|
|
</a>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<script src="public/js/jquery360.js"></script>
|
|
<script src="public/layui/layui.js"></script>
|
|
<script src="public/js/lay-config.js"></script>
|
|
<script src="public/js/profile-common.js"></script>
|
|
<script src="config.js"></script>
|
|
<script src="utils/StorageUtil.js"></script>
|
|
<script src="utils/axios.js"></script>
|
|
<script src="utils/AxiosRequestUtil.js"></script>
|
|
<script src="utils/ApiClient.js"></script>
|
|
<script src="public/js/page-effects.js"></script>
|
|
</body>
|
|
</html>
|