Merge branch 'master-xie'

This commit is contained in:
@fawn-nine
2023-09-22 12:05:06 +08:00

View File

@@ -457,12 +457,19 @@
// console.log(e)
if(e.index == 0){
// 点击的是加入购物车
this.upoShow = true
// this.addCart()
if(this.linkProducts.length > 0){
this.upoShow = true
}else{
this.addCart()
}
}else{
// 点击的是立即购买
this.upoShow = true
// this.goPurse()
if(this.linkProducts.length > 0){
this.upoShow = true
}else{
this.goPurse()
}
}
},
goToListenNone(){