mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
店铺入驻bug修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user