mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-05 19:56:39 +08:00
Testing live chat
This commit is contained in:
parent
f8246016ce
commit
8690301c08
@ -94,7 +94,6 @@ export default {
|
||||
customer: {id: '', name: '', email: '', mobile: '', memberId: curMemberId}
|
||||
}
|
||||
dis_livchat(option);
|
||||
console.log(this.$route.path);
|
||||
_hmt.push([
|
||||
"_trackCustomEvent",
|
||||
"live_chat",
|
||||
|
@ -1308,43 +1308,7 @@ export default {
|
||||
navigation: {
|
||||
nextEl: ".swiper-button-next",
|
||||
prevEl: ".swiper-button-prev",
|
||||
},
|
||||
on: {
|
||||
slideChange(Swiper) {1
|
||||
// console.log(this.realIndex);
|
||||
},
|
||||
tap(event) {
|
||||
console.log(this.realIndex);
|
||||
},
|
||||
click(event) {
|
||||
console.log(this.realIndex);
|
||||
console.log(this.realIndex);
|
||||
vm.indexacindex=this.realIndex;
|
||||
// if (this.realIndex == 0) {
|
||||
// console.log("0");
|
||||
// // window.location.href ='https://blog.csdn.net/smallnetvisitor/article/details/84817905';
|
||||
// } else if (this.realIndex == 1) {
|
||||
// // window.location.href ='https://blog.csdn.net/smallnetvisitor/article/details/84817905';
|
||||
// console.log("1");
|
||||
// }
|
||||
if (this.realIndex == 2) {
|
||||
|
||||
// setTimeout(() => {
|
||||
// var option = {
|
||||
// customer: {
|
||||
// id: "",
|
||||
// name: "",
|
||||
// email: "",
|
||||
// mobile: "",
|
||||
// memberId: vm.userdata.data.id,
|
||||
// },
|
||||
// };
|
||||
// dis_livchat(option);
|
||||
// }, 500);
|
||||
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
catStarProductswiperOption: {
|
||||
//loop: true,
|
||||
@ -1496,7 +1460,7 @@ export default {
|
||||
bIsWM
|
||||
)
|
||||
) {
|
||||
console.log("当前是电脑打开");
|
||||
//console.log("当前是电脑打开");
|
||||
this.stypechange = false;
|
||||
//console.log(this.usertitle)
|
||||
this.usermargin = {
|
||||
@ -1512,7 +1476,7 @@ export default {
|
||||
this.dogshow = false;
|
||||
this.showingBanners = this.banners.pc;
|
||||
} else {
|
||||
console.log("当前是手机打开");
|
||||
//console.log("当前是手机打开");
|
||||
this.showingBanners = this.banners.mobile;
|
||||
this.stypechange = true;
|
||||
this.onemao = true;
|
||||
|
Loading…
Reference in New Issue
Block a user