提交 95743e7c 编写于 作者: yi.li's avatar yi.li

双弹层顺序bug修复

上级 047443c9
......@@ -170,8 +170,7 @@
created() {
},
mounted() {
this.isFirstEnter();
this.init();
this.init();
},
watch: {},
methods: {
......@@ -187,6 +186,8 @@
init() {
getVerifyStatus().then((res) => {
if(res.code === '000000') {
//认证通过,判断是否首次进入
this.isFirstEnter();
this.search(1);
}else if(res.code === '200008'){
this.$confirm(`${res.message}`, '提示', {
......@@ -314,7 +315,7 @@
width: 200px;
span {
padding: 10px 50px;
}
}
}
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册