Commit 2e1b7199 authored by wcmoon's avatar wcmoon

fix:删除调试代码

parent 56b6b25f
......@@ -285,7 +285,7 @@ export default {
},
//上链>查询是否认证
upload(item) {
if (this.$store.state.userInfos.auth_suc === 1 || true) {
if (this.$store.state.userInfos.auth_suc === 1) {
this.isShowToChainDialog = true;
this.infoId = item.id;
this.localName = item.name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment