Merge branch 'test'

This commit is contained in:
2026-07-15 15:23:57 +08:00
+2 -2
View File
@@ -117,7 +117,7 @@ const checkBowData = () => {
}deg)`, }deg)`,
}" }"
> >
<view v-if="data.mvp && data.mvp.totalRings"> <view v-if="data.mvp && data.mvp.player_match_result.total_ring">
<image src="https://static.shelingxingqiu.com/shootmini/static/title-mvp.png" mode="widthFix" /> <image src="https://static.shelingxingqiu.com/shootmini/static/title-mvp.png" mode="widthFix" />
<text <text
>斩获<text >斩获<text
@@ -127,7 +127,7 @@ const checkBowData = () => {
margin: '0 3px', margin: '0 3px',
fontWeight: '600', fontWeight: '600',
}" }"
>{{ data.mvp.totalRings }}</text >{{ data.mvp.player_match_result.total_ring }}</text
></text ></text
> >
</view> </view>