|
|
|
@ -34,7 +34,7 @@ |
|
|
|
<text class="college">{{ candidate.position }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="display: flex; margin-top: 24rpx; font-family: Roboto; font-size: 14px; color: #4b5563"> |
|
|
|
<view style="display: flex; margin-top: 24rpx; font-family: Roboto; font-size: 28rpx; color: #4b5563"> |
|
|
|
我的选择: |
|
|
|
<view :class="['choice-tag', choiceClass(candidate.vote_result)]"> |
|
|
|
{{ choiceText(candidate.vote_result) }} |
|
|
|
@ -138,6 +138,7 @@ const loadMore = () => { |
|
|
|
} |
|
|
|
|
|
|
|
onShow(() => { |
|
|
|
electionList.value = [] |
|
|
|
getList() |
|
|
|
}) |
|
|
|
</script> |
|
|
|
|