Commit 0a1a1e0e by yanju

修复项目发布

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