123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- <!--底部-->
- <footer>
- <div class="container">
- <div class="footer">
- <div class="clearfix">
- <div class="fl left clearfix">
- <dl class="fl">
- <dt>产品优势</dt>
- <dd class="line"></dd>
- <dd><a href="/index/apps/apps" target="_blank">应用分发</a></dd>
- <dd><a href="/index/apps/super" target="_blank">超级签名</a></dd>
- <dd><a href="/index/pack" target="_blank">APP封装</a></dd>
- </dl>
- <dl class="fl">
- <dt>我们的优势</dt>
- <dd class="line"></dd>
- <dd><a href="#" target="_blank">平台优势</a></dd>
- </dl>
- <dl class="fl">
- <dt>联系我们</dt>
- <dd class="line"></dd>
- <dd><a href="#" target="_blank">Telegram</a></dd>
- <dd><a href="#" target="_blank">WhatsApp</a></dd>
- </dl>
- </div>
- </div>
- <div class="copyright" style="text-align: center; margin-top: 32px;">
- <p style="color: rgba(255, 255, 255, 0.6); font-size: 12px;">Copyright © 澎湃应用分发平台 版权所有</p>
- </div>
- </div>
- </div>
- </footer>
- <!-- 右边客服 -->
- <div class="contact-nav">
- <div class="telegram">
- <a href="#">
- <img src="/static/index/image/telegram.png" alt="">
- </a>
- </div>
- <div class="whatsapp">
- <a href="#">
- <img src="/static/index/image/whatsapp.png" alt="">
- </a>
- </div>
- <div class="c-go-top top">
- <a href="javascript:void(0);" id="scrollToTop">
- <img src="/static/index/image/top.png" alt="">
- </a>
- </div>
- </div>
- <style>
- .contact-nav {
- position: fixed;
- right: 24px;
- top: 50%;
- transform: translateY(-50%);
- z-index: 999;
- height: 235px;
- }
- .contact-nav>div {
- margin-bottom: 12px;
- }
- .contact-nav>div a {
- display: block;
- width: 60px;
- height: 60px;
- }
- .contact-nav>div a img {
- display: block;
- width: 100%;
- height: 100%;
- }
- .contact-nav .top {
- margin-top: 24px;
- filter: drop-shadow(0px 0px 15px rgba(7, 40, 78, 0.15));
- }
- .contact-nav .top {
- display: none;
- cursor: pointer;
- transition: all 0.3s ease;
- }
- .contact-nav .top:hover {
- transform: translateY(-2px);
- box-shadow: 0 4px 8px rgba(0,0,0,0.2);
- }
- .contact-nav .top a {
- display: block;
- text-decoration: none;
- }
- .contact-nav .top img {
- width: 100%;
- height: auto;
- }
- @media (max-width: 767px) {
- .contact-nav {
- right: 8px;
- display: none;
- }
- .show-right-nav .contact-nav {
- display: block;
- }
- .contact-nav>div a {
- width: 44px;
- height: 44px;
- }
- }
- </style>
- <script src="/static/index/js/clipboard.min.js"></script>
- <script>
- if (!isHideFooter) {
- $('.right-float-window').show();
- }
- $(function () {
- // 滚动到顶部功能
- $("#scrollToTop").on('click', function() {
- $('html, body').animate({
- scrollTop: 0
- }, 800);
- });
-
- // 显示/隐藏回到顶部按钮
- $(window).scroll(function() {
- if ($(this).scrollTop() > 300) {
- $('.c-go-top').fadeIn();
- } else {
- $('.c-go-top').fadeOut();
- }
- });
-
- $("body").on('click', '.fail-pay', function () {
- $(".pay-money a:last").removeClass("disabled");
- $(".pay-money a:last").addClass("toPay");
- });
- $("body").on('click', '.complete-pay', function () {
- $(".toPay").removeClass('disabled');
- order_sn = $('#myModalPay').find('input[name="order_sn"]').val();
- if (!order_sn) {
- $('#myModalPay').modal('hide');
- return;
- }
- $.post('/index/check_pay', {order_sn: order_sn}, function (result) {
- if (result.code != 200) {
- $('#myModalPay').modal('hide');
- } else {
- if (result.data.service_type == 1 || result.data.service_type == 2) {
- window.location.href = '/index/publish/apps';
- } else if (result.data.service_type == 4 || result.data.service_type == 5) {
- window.location.href = '/index/apps/super';
- } else if (result.data.service_type == 3) {
- window.location.href = '/index/publish_sign?id=' + result.data.appid;
- }
- }
- })
- });
- var windowWidth = $(window).width();
- $("body").on('click', '.chatQQ', function () {
- console.info(windowWidth);
- if (windowWidth <= 750) {
- /*1234567对应的就是需要聊天的客服*/
- window.location.href = "mqqwpa://im/chat?chat_type=wpa&uin=<?php echo IN_CONTACT ?>&version=1&src_type=web&web_src=oicqzone.com";
- } else {
- window.location.href = "http://wpa.qq.com/msgrd?v=3&uin=<?php echo IN_CONTACT ?>&site=qq&menu=yes";
- }
- });
- var source_login = 0;
- if (windowWidth <= 750 && source_login) {
- Modal.templateModal({
- imgName: "modal-bg-3.jpg",
- title1: '提示',
- title2: '',
- p: '建议您:<br>尽快<span class="color-danger">电脑</span>登录<?php echo IN_NAME ?>网站,即可享受<br><span class="iconfont icon-xingxing" style="color: #fec323; font-size: 12px; margin-right: 5px;"></span>免费试用应用分发APP<br><span class="iconfont icon-xingxing" style="color: #fec323; font-size: 12px; margin-right: 5px;"></span>每天免费赠送<span class="color-danger">10</span>次分发下载次数',
- align: 'left', // 居左 left, 居中 center, 居右 right
- btnText: '知道了',
- btnClass: "modal-btn2"
- });
- }
- });
- function alert(msg, callback, cancelCallback, align, successBtn, cancelBtn) {
- if (!align) align = 'center';
- if (!successBtn) successBtn = '确定';
- Modal.generalModal({
- backdrop: true, // 点击阴影是否关闭弹窗, // true 开启; false 关闭
- iconClass: "", // success: icon-modal-success1, error: icon-modal-error2
- title: '', // 弹窗标题
- p: msg, // 弹窗内容
- align: align, // 弹窗内容排列顺序 left center right
- cancelBtnText: cancelBtn, // 取消按钮文字
- successBtnText: successBtn, // 确定按钮文字
- successBtnModal: true, // 点击确定按钮是否关闭弹窗 true 关闭 false 不关闭
- cancelBtnModal: true, // 点击取消按钮是否关闭弹窗 true 关闭 false 不关闭
- successCallback: callback,
- cancelCallback: cancelCallback
- });
- }
- function checkIsBanned() {
- var module = '<?php echo $this->module?>';
- var IsBanned = '<?php echo $this->user['in_release']?>';
- if (module != 'apps' && IsBanned == 1) {
- alert('因发布的APP不符合审核规则,已停用账号发布功能', function () {
- window.location.href = '/index/apps/<?php echo $this->action?>';
- });
- }
- }
- </script>
- <?php
- echo IN_STAT ? base64_decode(IN_STAT) : '';
|