This commit is contained in:
kron
2025-12-30 14:25:20 +08:00
parent e120ec8e7e
commit 44913a6f2e

View File

@@ -136,21 +136,27 @@ const getRing = (arrow) => {
>{{ Number(result.average_distance.toFixed(2)) }}</text >{{ Number(result.average_distance.toFixed(2)) }}</text
>{{ >{{
result.spreadEvaluation === "Dispersed" result.spreadEvaluation === "Dispersed"
? "还需要持续改进" ? "还需要持续改进哦~"
: "成绩优秀。" : "成绩优秀。"
}} }}
</text> </text>
<text :style="{ marginTop: '12px' }" <view>
>针对您本次的练习{{ <image
result.spreadEvaluation === "Dispersed" src="https://static.shelingxingqiu.com/attachment/2025-11-26/deihtj15xjwcz3c1tx.png"
? "我们建议您充分练习推弓、靠位以及撒放动作一致性,以持续提高成绩。" mode="widthFix"
: totalRing >= 100 />
? "我们建议您继续保持即可。" <text :style="{ marginTop: '12px' }"
: `我们建议您将设备的瞄准器${ >针对您本次的练习{{
directionAdjusts[result.adjustmentHint] result.spreadEvaluation === "Dispersed"
}调整。` ? "我们建议您充分练习推弓、靠位以及撒放动作一致性。"
}}</text : totalRing >= 100
> ? "我们建议您继续保持即可。"
: `我们建议您将设备的瞄准器${
directionAdjusts[result.adjustmentHint]
}调整。`
}}</text
>
</view>
</view> </view>
</ScreenHint> </ScreenHint>
<BowData <BowData
@@ -253,6 +259,13 @@ const getRing = (arrow) => {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
font-size: 14px; font-size: 14px;
margin-top: -20px; }
.coach-comment > view {
display: flex;
}
.coach-comment > view > image {
width: 420rpx;
height: 420rpx;
margin-right: 20rpx;
} }
</style> </style>