Commit 0a1a1e0e by yanju

修复项目发布

parent e3ce2b0e
......@@ -88,7 +88,7 @@
ref="docLink"
style="width: 461px;margin-left: 22px;"
@focus="() => this.$refs.docLink.style.border = '1px solid transparent'"
@blur="checkAddress(docLink, 'docLink')"
<!-- @blur="checkAddress(docLink, 'docLink')"-->
>
<div class="select__wrap" v-if="false">
<span>*</span>
......@@ -108,7 +108,7 @@
ref="homeLink"
style="width: 461px;margin-left: 22px;"
@focus="() => this.$refs.homeLink.style.border = '1px solid transparent'"
@blur="checkAddress(homeLink, 'homeLink')"
<!-- @blur="checkAddress(homeLink, 'homeLink')"-->
>
<select-card
selectType="2"
......@@ -340,7 +340,8 @@ export default {
});
if (ref === 'addressLink') {
this.$refs.addressLink.style.border = '1px solid red';
} else if (ref === 'docLink') {
}
else if (ref === 'docLink') {
this.$refs.docLink.style.border = '1px solid red';
} else if (ref === 'homeLink') {
this.$refs.homeLink.style.border = '1px solid red';
......
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