Browse Source

投票加个字段

zyx 3 năm trước cách đây
mục cha
commit
dce0284dae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/vote/Index.vue

+ 1 - 1
src/pages/vote/Index.vue

@@ -9,7 +9,7 @@
       <van-checkbox-group v-model="checkboxGroup">
         <van-cell-group>
           <van-cell
-            :label="'作者:' + item.userName"
+            :label="'作者:' + item.userName + '       票数:' +item.vote"
             v-for="item in appNameList"
             :key="item.infoId"
             size="large"