Ver código fonte

展开收起图片处理

zhangxc 4 anos atrás
pai
commit
3aa10686bf
2 arquivos alterados com 85 adições e 1 exclusões
  1. 84 0
      src/html/cdssH.html
  2. 1 1
      src/js/staticSearch.js

Diferenças do arquivo suprimidas por serem muito extensas
+ 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) {