zhengkaixin 2 éve
szülő
commit
a092d36c4a
1 módosított fájl, 4 hozzáadás és 2 törlés
  1. 4 2
      pages/index/index.vue

+ 4 - 2
pages/index/index.vue

@@ -659,10 +659,12 @@
 					this.showOssImg=mod.linkPicUrl;
 					this.showOssIndex=index;
 					
-				
 				}else if (mod.clickUrl == null) {
 				
-				} 
+				}  else if (mod.clickUrl.indexOf('http') == 0) {
+					
+					window.location = mod.clickUrl+uurl;
+				}
 				else if (mod.clickUrl.slice(-5) == 'login' && this.userId) {
 				
 				}  else if (mod.clickUrl.indexOf('#/') == 0) {