feat: 事件立即执行
This commit is contained in:
@@ -146,7 +146,7 @@ const getHours=(timeString)=>{
|
||||
}
|
||||
|
||||
const currentRate=computed(()=>{
|
||||
return (interestList.value.map(x=>x.value).slice(-1)[0])*100
|
||||
return ((interestList.value.map(x=>x.value).slice(-1)[0])*100).toFixed(2);
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user