PC端bug修改

This commit is contained in:
mabo
2021-06-25 15:28:31 +08:00
parent 9ef1761c63
commit 73246e1dc6
7 changed files with 42 additions and 17 deletions

View File

@@ -98,14 +98,14 @@ export default {
}
},
created () {
this.getImg();
// this.getImg();
},
watch: {
verifyType: {
immediate: true,
handler: function (v) {
this.type = v;
this.refresh();
// this.refresh();
}
},
show (v) {