修复云端数据一致性问题

This commit is contained in:
2026-07-29 11:03:44 +08:00
parent a3dd080b6f
commit 17727ab1dd
12 changed files with 389 additions and 41 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
<view class="rank-list">
<view
wx:for="{{rankedList}}"
wx:key="openid"
wx:key="rank"
wx:if="{{rankedList.length < 3 || index >= 3}}"
class="rank-item {{item.isMe ? 'is-me' : ''}} rank-item--enter"
style="animation-delay: {{index < 10 ? index * 60 : 0}}ms;"