mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-16 23:53:48 +08:00
Testing live chat
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user