Explorar o código

投票加个字段

zyx %!s(int64=3) %!d(string=hai) anos
pai
achega
dce0284dae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"