Commit d6aa8733 by 黄森林

二维码延时

parent f1bc4838
...@@ -79,13 +79,13 @@ export default { ...@@ -79,13 +79,13 @@ export default {
this.images=base64; this.images=base64;
this.visible = true; this.visible = true;
}); });
/* this.$nextTick(()=>{ /* this.$nextTick(()=>{
this.newCode() this.newCode()
});*/ });*/
setTimeout(() =>{ setTimeout(() =>{
this.newCode() this.newCode()
},200); },300);
}, },
onClose() { onClose() {
......
Markdown is supported
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