no message
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -69,7 +69,7 @@ export default { | ... | @@ -69,7 +69,7 @@ export default { |
69 | address | 69 | address |
70 | } = this.form; | 70 | } = this.form; |
71 | let rank = this.rank; | 71 | let rank = this.rank; |
72 | if (this.isAward) { | 72 | if (!this.isAward) { |
73 | Dialog.alert({ | 73 | Dialog.alert({ |
74 | message: `您的排行是${rank}名,非获奖用户` | 74 | message: `您的排行是${rank}名,非获奖用户` |
75 | }).then(() => { | 75 | }).then(() => { | ... | ... |
-
Please register or sign in to post a comment