From 334f06a4ca6b204e53640f856d7446163c3b91ed Mon Sep 17 00:00:00 2001 From: 1099438829 <1099438829@qq.com> Date: Thu, 16 Jan 2020 14:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8=E6=9C=AC=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/safari/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/safari/js/index.js b/app/safari/js/index.js index 6bc90c0..7b38b0e 100644 --- a/app/safari/js/index.js +++ b/app/safari/js/index.js @@ -24,7 +24,7 @@ var helangSearch = { this.els.hotList.html(function() { var str = ''; $.each(_this.hot.list, function(index, item) { - str += '' + '
' + (index + 1) + '
' + '
' + item + '
' + '
'; + str += '' + '
' + (index + 1) + '
' + '
' + item + '
' + '
'; }); return str; });