改为1秒延迟显示扫码图标

This commit is contained in:
季圣华 2022-05-29 14:35:36 +08:00
parent 66d76730e9
commit b201858ee3

View File

@ -290,7 +290,7 @@
let that = this let that = this
setTimeout(function() { setTimeout(function() {
that.showWeixin() that.showWeixin()
},3000) },1000)
} }
}, },
showWeixinSpan() { showWeixinSpan() {