Browse Source

展开收起图片处理

zhangxc 4 years ago
parent
commit
3aa10686bf
2 changed files with 85 additions and 1 deletions
  1. 84 0
      src/html/cdssH.html
  2. 1 1
      src/js/staticSearch.js

File diff suppressed because it is too large
+ 84 - 0
src/html/cdssH.html


+ 1 - 1
src/js/staticSearch.js

@@ -12,7 +12,7 @@ const is8Ie = isIe8() //判断是否为IE8
 if(is8Ie) {
 if(is8Ie) {
   let reg = /undefined/g
   let reg = /undefined/g
   checkOffImg = checkOffImg.replace(reg, '')
   checkOffImg = checkOffImg.replace(reg, '')
-  checkOnImg = collapseImg.replace(reg, '')
+  checkOnImg = checkOnImg.replace(reg, '')
 }
 }
 
 
 $(".staticSearchT input").keyup(function(e) {
 $(".staticSearchT input").keyup(function(e) {