Fix default steve skin may be displayed in slim model

This commit is contained in:
yushijinhun 2019-05-11 22:55:14 +08:00
parent f4cbda6168
commit 8ef45c37e3
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

@ -217,6 +217,7 @@ export default {
this.model = skin.type
} else {
this.skinUrl = ''
this.model = 'steve'
}
if (player.tid_cape) {
const { data: cape } = await this.$http.get(`/skinlib/info/${player.tid_cape}`)