浏览器本窗口打开

This commit is contained in:
1099438829 2020-01-16 14:55:28 +08:00
parent 6c2fa35bb5
commit 334f06a4ca
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ var helangSearch = {
this.els.hotList.html(function() { this.els.hotList.html(function() {
var str = ''; var str = '';
$.each(_this.hot.list, function(index, item) { $.each(_this.hot.list, function(index, item) {
str += '<a href="'+_this.searchArr[_this.searchIndex] + item + '" target="_blank">' + '<div class="number" style="color: ' + _this.hot.color[index] + '">' + (index + 1) + '</div>' + '<div>' + item + '</div>' + '</a>'; str += '<a href="'+_this.searchArr[_this.searchIndex] + item + '" target="_self">' + '<div class="number" style="color: ' + _this.hot.color[index] + '">' + (index + 1) + '</div>' + '<div>' + item + '</div>' + '</a>';
}); });
return str; return str;
}); });