Compare commits
2
Commits
6d1a910051
...
b8c5f3dd91
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8c5f3dd91 | ||
|
|
af7f70ba80 |
@@ -117,7 +117,7 @@ const checkBowData = () => {
|
||||
}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" />
|
||||
<text
|
||||
>斩获<text
|
||||
@@ -127,7 +127,7 @@ const checkBowData = () => {
|
||||
margin: '0 3px',
|
||||
fontWeight: '600',
|
||||
}"
|
||||
>{{ data.mvp.totalRings }}</text
|
||||
>{{ data.mvp.player_match_result.total_ring }}</text
|
||||
>环</text
|
||||
>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user