<script type="text/javascript">
var arr_wx=['403318586','403318586'];
var stxlwx = arr_wx[0];
var clipboard = new Clipboard('.copyBtns', {
text: function() {
return stxlwx;
}
});
clipboard.on('success', function(e) {
alert ("已成功复制客服微信号!打开微信 粘贴、搜索,加为好友,领取福利");
window.location=('weixin://');
});
// //lunbo
// var timer_l = null;
// var index = 0;
// $(function(){
// $item = $(".lunbo .items .item");
//
// $item.eq(0).fadeIn().siblings().fadeOut();
// autoPlay();
// });
// function autoPlay() {
// timer_l = setInterval(function() {
// index ++;
// if(index >= 3){
// index = 0;
// }
// show();
// },5000);
// }
// function show() {
// $item.eq(index).stop().fadeIn(300).siblings().stop().fadeOut(300);
// }
var swiper = new Swiper('.swiper-container', {
pagination: '.swiper-pagination',
paginationType: 'fraction',
loop: true,
paginationClickable: false,
autoplayDisableOnInteraction: false,
preventClicksPropagation : false,
autoplay: 5000,
spee: 1000
});
var timerP = null;
function showPop() {
timerP = setInterval(function() {
$(".pop-c").css({
"display": "block",
"opacity": 1
});
}, 15000);
}
showPop();
$(".close").click(function() {
clearInterval(timerP);
$(".pop-c").css({
"display": "none",
"opacity": 0
});
showPop();
});
</script>
var arr_wx=['403318586','403318586'];
var stxlwx = arr_wx[0];
var clipboard = new Clipboard('.copyBtns', {
text: function() {
return stxlwx;
}
});
clipboard.on('success', function(e) {
alert ("已成功复制客服微信号!打开微信 粘贴、搜索,加为好友,领取福利");
window.location=('weixin://');
});
// //lunbo
// var timer_l = null;
// var index = 0;
// $(function(){
// $item = $(".lunbo .items .item");
//
// $item.eq(0).fadeIn().siblings().fadeOut();
// autoPlay();
// });
// function autoPlay() {
// timer_l = setInterval(function() {
// index ++;
// if(index >= 3){
// index = 0;
// }
// show();
// },5000);
// }
// function show() {
// $item.eq(index).stop().fadeIn(300).siblings().stop().fadeOut(300);
// }
var swiper = new Swiper('.swiper-container', {
pagination: '.swiper-pagination',
paginationType: 'fraction',
loop: true,
paginationClickable: false,
autoplayDisableOnInteraction: false,
preventClicksPropagation : false,
autoplay: 5000,
spee: 1000
});
var timerP = null;
function showPop() {
timerP = setInterval(function() {
$(".pop-c").css({
"display": "block",
"opacity": 1
});
}, 15000);
}
showPop();
$(".close").click(function() {
clearInterval(timerP);
$(".pop-c").css({
"display": "none",
"opacity": 0
});
showPop();
});
</script>
<div class="wx-btn">点击复制微信领取</div>
微信号轮播点击复制代码
发表评论