bug
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<div class="space">
|
<div class="space">
|
||||||
<div class="space-top">
|
<div class="space-top">
|
||||||
<h2>相册空间({{ user.editionName }})</h2>
|
<h2>相册空间({{ user.editionName }})</h2>
|
||||||
<span>{{ user.usedStorageSpace || 0 }} / {{ user.storageSpaceStr }}</span>
|
<span>{{ user.usedStorageSpaceStr || 0 }} / {{ user.storageSpaceStr }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="rate">
|
<div class="rate">
|
||||||
<span :style="{width: rate + '%'}"></span>
|
<span :style="{width: rate + '%'}"></span>
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
return ((this.user.usedStorageSpace || 0) / storageSpace * 100)
|
return ((this.user.usedStorageSpace || 0) / this.user.storageSpace * 100)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user