样式更新

This commit is contained in:
kron
2026-01-06 09:08:56 +08:00
parent f7c24680cb
commit 60f4b3370c
5 changed files with 47 additions and 32 deletions

View File

@@ -88,7 +88,7 @@ const onSelectArrow = (index) => {
currentArrow.value = index;
const arrow = arrowGroups.value[currentGroup.value][currentArrow.value];
if (arrow && arrow.x && arrow.y) {
uni.$emit("set-edit-arrow", arrow);
uni.$emit("set-edit-arrow", index);
} else {
uni.$emit("set-edit-arrow", null);
}

View File

@@ -324,7 +324,7 @@ onShareTimeline(() => {
</view>
<view class="statistics-item">
<text>{{ data.averageRing || "-" }}</text>
<text></text>
<text></text>
<text>平均环数</text>
</view>
</view>