ZaiZai 2 سال پیش
والد
کامیت
4fb9563eea
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 }}】