diff --git a/component/item-vote/item-vote.js b/component/item-vote/item-vote.js index 4c0f377..ea78623 100644 --- a/component/item-vote/item-vote.js +++ b/component/item-vote/item-vote.js @@ -81,5 +81,5 @@ export const itemVote = defineComponent({ itemHead, }, - template: `
{{ item.title }} {{ item.content }}
已结束
{{ item?.data?.votes }}
人参与
{{ index + 1 }}
{{ item.value }}
{{ item.count }}
`, + template: `
{{ item.title }} {{ item.content }}
已结束
{{ item?.data?.votes }}
人参与
{{ index + 1 }}
{{ item.value }}
{{ item.count }}
`, }); diff --git a/component/item-vote/item-vote.txt b/component/item-vote/item-vote.txt index d1141a7..ee60062 100644 --- a/component/item-vote/item-vote.txt +++ b/component/item-vote/item-vote.txt @@ -1,7 +1,7 @@
{{ item.title }} - {{ item.content }} + {{ item.content }}