ZaiZai hace 2 años
padre
commit
4fb9563eea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/data-fill/index.vue

+ 1 - 1
pages/data-fill/index.vue

@@ -22,8 +22,8 @@
             <scroll-view scroll-y class="hc-page-data">
                 <template v-for="(item, index) in pageNode">
                     <view class="hc-page-data-item"
-                          :class="item.primaryKeyId === pageItem.primaryKeyId ? 'cur': ''"
                           @click="pageItemClick(item, index)"
+                          :class="item.primaryKeyId === pageItem.primaryKeyId ? 'cur': ''"
                     >
                         <text :class="item.colorStatus === 2 ? 'text-blue-5':item.colorStatus === 3 ? 'text-orange-5': item.colorStatus === 4 ? 'text-green-5': ''">
                             {{ item.title }}【{{ item.submitCounts ?? 0 }}】