Merge branch 'master' into ma

This commit is contained in:
mabo
2021-06-25 16:03:21 +08:00
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) {