fix:修复mvp接口字段报错问题
This commit is contained in:
@@ -117,7 +117,7 @@ const checkBowData = () => {
|
||||
}deg)`,
|
||||
}"
|
||||
>
|
||||
<view v-if="data.mvp && data.mvp[0].totalRings">
|
||||
<view v-if="data.mvp && data.mvp.totalRings">
|
||||
<image src="../static/title-mvp.png" mode="widthFix" />
|
||||
<text
|
||||
>斩获<text
|
||||
@@ -127,7 +127,7 @@ const checkBowData = () => {
|
||||
margin: '0 3px',
|
||||
fontWeight: '600',
|
||||
}"
|
||||
>{{ data.mvp[0].totalRings }}</text
|
||||
>{{ data.mvp.totalRings }}</text
|
||||
>环</text
|
||||
>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user