Commit b201858e authored by 季圣华's avatar 季圣华
Browse files

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

parent 66d76730
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
let that = this let that = this
setTimeout(function() { setTimeout(function() {
that.showWeixin() that.showWeixin()
},3000) },1000)
} }
}, },
showWeixinSpan() { showWeixinSpan() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment