|
@@ -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 }}】
|