diff --git a/src/pages/myElection/index.vue b/src/pages/myElection/index.vue index b807ab7..49dda52 100644 --- a/src/pages/myElection/index.vue +++ b/src/pages/myElection/index.vue @@ -34,7 +34,7 @@ {{ candidate.position }} - + 我的选择: {{ choiceText(candidate.vote_result) }} @@ -138,6 +138,7 @@ const loadMore = () => { } onShow(() => { + electionList.value = [] getList() })