Testing live chat

This commit is contained in:
Vion 2022-02-10 14:14:15 +08:00
parent f8246016ce
commit 8690301c08
2 changed files with 3 additions and 40 deletions

View File

@ -94,7 +94,6 @@ export default {
customer: {id: '', name: '', email: '', mobile: '', memberId: curMemberId} customer: {id: '', name: '', email: '', mobile: '', memberId: curMemberId}
} }
dis_livchat(option); dis_livchat(option);
console.log(this.$route.path);
_hmt.push([ _hmt.push([
"_trackCustomEvent", "_trackCustomEvent",
"live_chat", "live_chat",

View File

@ -1308,43 +1308,7 @@ export default {
navigation: { navigation: {
nextEl: ".swiper-button-next", nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev", 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: { catStarProductswiperOption: {
//loop: true, //loop: true,
@ -1496,7 +1460,7 @@ export default {
bIsWM bIsWM
) )
) { ) {
console.log("当前是电脑打开"); //console.log("");
this.stypechange = false; this.stypechange = false;
//console.log(this.usertitle) //console.log(this.usertitle)
this.usermargin = { this.usermargin = {
@ -1512,7 +1476,7 @@ export default {
this.dogshow = false; this.dogshow = false;
this.showingBanners = this.banners.pc; this.showingBanners = this.banners.pc;
} else { } else {
console.log("当前是手机打开"); //console.log("");
this.showingBanners = this.banners.mobile; this.showingBanners = this.banners.mobile;
this.stypechange = true; this.stypechange = true;
this.onemao = true; this.onemao = true;