改为1秒延迟显示扫码图标
This commit is contained in:
parent
66d76730e9
commit
b201858ee3
@ -290,7 +290,7 @@
|
|||||||
let that = this
|
let that = this
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
that.showWeixin()
|
that.showWeixin()
|
||||||
},3000)
|
},1000)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
showWeixinSpan() {
|
showWeixinSpan() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user