Skip to content

Commit

Permalink
Merge pull request #473 from 724338817/lab3.0
Browse files Browse the repository at this point in the history
repairAccountBug
  • Loading branch information
CodingCattwo authored Dec 14, 2022
2 parents 0f84214 + 0a3896f commit a276fad
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
height: 100%;
margin: 0px;
padding: 0px;
}</style></head><body><body><div id=app></div><script type=text/javascript src=./static/js/0.e3f8bbadb76ac410500d.js></script><script type=text/javascript src=./static/js/4.724e367c5e44f596e1c3.js></script><script type=text/javascript src=./static/js/runtime.52b02ecc794659d0b5b6.js></script><script type=text/javascript src=./static/js/6.79ad17ade2027bc30fc6.js></script></body><script src=./static/js/web3.min.js type=text/javascript></script><script>if (self == top) {
}</style></head><body><body><div id=app></div><script type=text/javascript src=./static/js/0.1a24ccb63bb4011b0ae7.js></script><script type=text/javascript src=./static/js/4.724e367c5e44f596e1c3.js></script><script type=text/javascript src=./static/js/runtime.52b02ecc794659d0b5b6.js></script><script type=text/javascript src=./static/js/6.79ad17ade2027bc30fc6.js></script></body><script src=./static/js/web3.min.js type=text/javascript></script><script>if (self == top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
Expand Down

Large diffs are not rendered by default.

Binary file added dist/static/js/0.1a24ccb63bb4011b0ae7.js.gz
Binary file not shown.
Binary file removed dist/static/js/0.e3f8bbadb76ac410500d.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/views/account/components/accountDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ export default {
contactAddress: this.accountForm.address,
description: this.accountForm.description,
email: this.accountForm.email,
expandTime: this.accountForm.expandTime,
expandYear: this.accountForm.expandLimit,
idCardNumber: this.accountForm.IDNumber,
mobile: this.accountForm.mobile,
realName: this.accountForm.realName,
Expand Down
1 change: 1 addition & 0 deletions src/views/register/register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ export default {
.then((res) => {
if (res.data.data == false) {
this.needMail = false;
this.allowRegister = false;
} else {
this.needMail = true;
}
Expand Down

0 comments on commit a276fad

Please sign in to comment.