Files
peko-h5/view/peko/modules/rule-yinyou/gold.html
2023-08-07 16:04:25 +08:00

58 lines
1.9 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">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" type="text/css" href="../../common/css/reset.css"/>
<link rel="stylesheet" href="style/_common.css" />
<title>金币鉆石提现问题</title>
<style>
body{
display: none;
}
</style>
</head>
<body>
<h1 class="title">
金币鉆石提现问题
<!-- <a href="guide.html">
<img src="images/close.png"/>
</a> -->
</h1>
<ol class="desc">
<li>
1、金币
<p>&nbsp;&nbsp;金币是用户通过现金充值获得的<span class="appName">piko</span>平台消费货币,只能用于竞拍出价和购买礼物等消费行为。</p>
</li>
<li>
2、鉆石
<p>&nbsp;&nbsp;鉆石是声优通过完成拍卖订单、收取礼物等操作后获得的收益货币。只能用于提取佣金暂时不能进行兑换金币。10鉆石=1元。</p>
</li>
<li>
3、提现
<p>&nbsp;&nbsp;在首页点击自己头像,→ “我的钱包”→“鉆石”→“提现”→绑定你的支付宝账号资料,填写验证码,接着选择你要提现的金额档次→点击“兑换”即可。兑换比
例为10鉆石=1元。</p>
</li>
</ol>
<script src="../../common/js/jquery-3.2.1.min.js"></script>
<script src="../../common/js/common2.js"></script>
<script>
let browser = checkVersion()
getInfoFromClient()
if (browser.app) {
if (browser.android) {
let channel = JSON.parse(pubInfo.deviceInfo).channel
if (channel.indexOf('toutiao') != -1 || channel.indexOf('kuaishou') != -1) {
$('.appName').html('piko')
}
}
}
setTimeout(() => {
$('body').show()
}, 0)
</script>
</body>
</html>