新增e2e测试脚本,修复部分问题

This commit was merged in pull request #51.
This commit is contained in:
2026-07-22 20:00:13 +08:00
parent 53d1ce6fb2
commit 4c07ec5455
105 changed files with 21700 additions and 318 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
</view>
<text class="section-more">最近{{ courseCheckInRecords.length }}</text>
</view>
<view v-for="(record, idx) in courseCheckInRecords" :key="'gc' + idx" class="sign-item">
<view v-for="(record, idx) in courseCheckInRecords" :key="idx" class="sign-item">
<view class="sign-left">
<text class="sign-date">{{ record.fullDate }}</text>
<text class="sign-time">{{ record.shortTime }}</text>