Skip to content

Commit

Permalink
[*] 修复已签到还能点击签到的 BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Sep 18, 2024
1 parent 559f566 commit 2ac181f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SignView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<n-card title="签到" size="medium">
<n-space justify="space-between">
<p>通过签到你可以获得更多流量</p>
<n-button v-if="status" round @click="doSign" dashed> 已签到 </n-button>
<n-button v-if="status" round dashed disabled> 已签到 </n-button>
<n-button
v-if="!status"
v-bind:disabled="loading"
Expand Down

0 comments on commit 2ac181f

Please sign in to comment.