This commit is contained in:
GYJ
2024-12-31 14:47:39 +08:00
parent 2aa9070b0e
commit adee64f460
7 changed files with 12 additions and 18 deletions

View File

@@ -40,7 +40,7 @@
</view>
</view> -->
<view style="margin-top: 100rpx; display: flex;align-items: center; justify-content: space-between;">
<view class="" v-for="item in signInList" :key="item" style="position: relative;"
<view class="" v-for="item in signInList" :key="item.id" style="position: relative;"
:style="filterDate(item)=='已签到'?'color:#EFA765':'color:#999'">
{{filterDate(item)}}
<view