Explorar o código

展开收起图片处理

zhangxc %!s(int64=4) %!d(string=hai) anos
pai
achega
3aa10686bf
Modificáronse 2 ficheiros con 85 adicións e 1 borrados
  1. 84 0
      src/html/cdssH.html
  2. 1 1
      src/js/staticSearch.js

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 84 - 0
src/html/cdssH.html


+ 1 - 1
src/js/staticSearch.js

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