|
@@ -405,13 +405,14 @@
|
|
})
|
|
})
|
|
},
|
|
},
|
|
clickBanner(index){
|
|
clickBanner(index){
|
|
- debugger
|
|
|
|
var uurl="";
|
|
var uurl="";
|
|
|
|
|
|
var mod = this.bannerList[index]
|
|
var mod = this.bannerList[index]
|
|
mod.clickUrl=mod.linkUrl
|
|
mod.clickUrl=mod.linkUrl
|
|
if (mod.clickUrl == null) {
|
|
if (mod.clickUrl == null) {
|
|
|
|
|
|
|
|
+ } else if (index == 0 && this.userId) {
|
|
|
|
+
|
|
} else if (mod.clickUrl.indexOf('http') == 0) {
|
|
} else if (mod.clickUrl.indexOf('http') == 0) {
|
|
window.location = mod.clickUrl+uurl;
|
|
window.location = mod.clickUrl+uurl;
|
|
|
|
|