fix
This commit is contained in:
@@ -222,6 +222,9 @@ export default defineComponent({
|
||||
getBloodBars(){
|
||||
Https.axiosGet(Https.httpUrls.getBloodBars,{params:{userId:this?.userInfo?.userId}}).then((rv: any) => {
|
||||
if (rv) {
|
||||
if(rv <= 0){
|
||||
rv = 0
|
||||
}
|
||||
this.bloodBars = rv*100
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user