|
@@ -274,7 +274,7 @@
|
|
|
clickBanner(index){
|
|
|
let row = this.imageTopList[index]
|
|
|
console.log(index,row)
|
|
|
- if(row.jumpType !== 'NONE'){
|
|
|
+ if(row.jumpType !== 'NONE' && this.hasLogin){
|
|
|
// 如果是大转盘
|
|
|
if(row.jumpUrl.indexOf('pagesA/luckDraw') >= 0){
|
|
|
if(this.showFixedLottery){
|
|
@@ -292,6 +292,8 @@
|
|
|
url: row.jumpUrl
|
|
|
})
|
|
|
}
|
|
|
+ }else{
|
|
|
+ this.toLoginPage()
|
|
|
}
|
|
|
},
|
|
|
// 查询购物车
|