2022-09-27 15:34:30 +08:00
|
|
|
|
<!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/contact.css" />
|
|
|
|
|
<title>联系官方</title>
|
|
|
|
|
<style>
|
|
|
|
|
body{
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<!-- <div class="cooperation">
|
|
|
|
|
<h1 class="title"><span class="appname"></span>相关问题反馈及事宜合作</h1>
|
|
|
|
|
<div class="q_num">官方QQ群:581321437(1群已满),585749306(2群)</div>
|
|
|
|
|
<div class="email">合作邮箱:erbanyuyin@163.com</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
<div class="service">
|
|
|
|
|
<h1 class="title"><span class="appname"></span>客服</h1>
|
|
|
|
|
<div class="num"><a href="tel:020-85698266">客服电话:020-85698266</a></div>
|
2023-08-03 14:11:46 +08:00
|
|
|
|
<div class="num"><a href="javascript:void(0)"><span class="appName">LINE</span>号: pikoyuyin</a></div>
|
2022-09-27 15:34:30 +08:00
|
|
|
|
<div class="num"><a href="javascript:void(0)">或扫码添加微信</a></div>
|
|
|
|
|
<img src="./images/code.png" alt="" style="width: 200px;">
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="contact">
|
|
|
|
|
联系在线客服
|
|
|
|
|
</div> -->
|
|
|
|
|
<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) {
|
2023-08-03 14:11:46 +08:00
|
|
|
|
$('.appName').html('piko')
|
2022-09-27 15:34:30 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
$('body').show()
|
|
|
|
|
}, 0)
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|