Authored by 郝肖肖

最近搜索为空,不显示删除按钮

@@ -165,8 +165,10 @@ function isLocalStorageSupported() { @@ -165,8 +165,10 @@ function isLocalStorageSupported() {
165 } 165 }
166 166
167 $history.html(html); 167 $history.html(html);
  168 + if (html !== '') {
168 $clearHistory.removeClass('hide'); 169 $clearHistory.removeClass('hide');
169 $historySearch.removeClass('hide'); 170 $historySearch.removeClass('hide');
  171 + }
170 window.rePosFooter(); 172 window.rePosFooter();
171 } 173 }
172 } 174 }