diff --git a/js/popup.js b/js/popup.js
index 5a685b7f..705e4113 100644
--- a/js/popup.js
+++ b/js/popup.js
@@ -66,7 +66,7 @@ function initData(){
}
// 后补
nav_html+=`页内页`
- list_html+=`
`
+ list_html+=``
// 后补结束
nav.innerHTML=nav_html;
list.innerHTML=list_html;
@@ -151,4 +151,4 @@ function setClassify(){
line.style.height='44px';
nav.style.display='none';
}
-initData();
\ No newline at end of file
+initData();