文章溢出
This commit is contained in:
tangly1024
2021-12-21 16:45:44 +08:00
parent 950b8fc358
commit 057ca44de6
7 changed files with 9 additions and 18 deletions

View File

@@ -55,7 +55,7 @@ bszCaller = {
const fetch = () => {
bszTag && bszTag.hides()
bszCaller.fetch('//busuanzi.ibruce.info/busuanzi?jsonpCallback=BusuanziCallback', function (t) {
console.log('不蒜子请求结果',t)
// console.log('不蒜子请求结果',t)
bszTag.texts(t), bszTag.shows()
})
}