mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-05 11:46:40 +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}
|
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",
|
||||||
|
@ -1308,44 +1308,8 @@ 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,
|
||||||
slidesPerView: "auto",
|
slidesPerView: "auto",
|
||||||
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user