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

53 lines
1.7 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/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群:5813214371群已满5857493062群</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>
<div class="num"><a href="javascript:void(0)"><span class="appName">LINE</span>号: pikoyuyin</a></div>
<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) {
$('.appName').html('piko')
}
}
}
setTimeout(() => {
$('body').show()
}, 0)
</script>
</body>
</html>