Browse Source

主页幻灯片

wkyy 3 năm trước cách đây
mục cha
commit
a48e0ee0c3
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      pages/index/index.vue

+ 2 - 1
pages/index/index.vue

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