店铺入驻bug修改

This commit is contained in:
mabo
2021-06-28 11:23:22 +08:00
parent c673ab2b5e
commit c3bd727694
6 changed files with 73 additions and 65 deletions

View File

@@ -18,7 +18,7 @@
import { getVerifyImg, postVerifyImg } from './verify.js';
export default {
props: {
verifyType: {
verifyType: { // 验证方式,登录,注册等
defalut: 'LOGIN',
type: String
}
@@ -97,9 +97,6 @@ export default {
});
}
},
created () {
// this.getImg();
},
watch: {
verifyType: {
immediate: true,