UI修改
This commit is contained in:
@@ -136,14 +136,19 @@ 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>
|
||||||
|
<view>
|
||||||
|
<image
|
||||||
|
src="https://static.shelingxingqiu.com/attachment/2025-11-26/deihtj15xjwcz3c1tx.png"
|
||||||
|
mode="widthFix"
|
||||||
|
/>
|
||||||
<text :style="{ marginTop: '12px' }"
|
<text :style="{ marginTop: '12px' }"
|
||||||
>针对您本次的练习,{{
|
>针对您本次的练习,{{
|
||||||
result.spreadEvaluation === "Dispersed"
|
result.spreadEvaluation === "Dispersed"
|
||||||
? "我们建议您充分练习推弓、靠位以及撒放动作一致性,以持续提高成绩。"
|
? "我们建议您充分练习推弓、靠位以及撒放动作一致性。"
|
||||||
: totalRing >= 100
|
: totalRing >= 100
|
||||||
? "我们建议您继续保持即可。"
|
? "我们建议您继续保持即可。"
|
||||||
: `我们建议您将设备的瞄准器${
|
: `我们建议您将设备的瞄准器${
|
||||||
@@ -152,6 +157,7 @@ const getRing = (arrow) => {
|
|||||||
}}</text
|
}}</text
|
||||||
>
|
>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
</ScreenHint>
|
</ScreenHint>
|
||||||
<BowData
|
<BowData
|
||||||
:total="result.completed_arrows"
|
:total="result.completed_arrows"
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user