mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
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