样式更新
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -324,7 +324,7 @@ onShareTimeline(() => {
|
||||
</view>
|
||||
<view class="statistics-item">
|
||||
<text>{{ data.averageRing || "-" }}</text>
|
||||
<text>箭</text>
|
||||
<text>环</text>
|
||||
<text>平均环数</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user