feat: 事件立即执行
This commit is contained in:
@@ -39,10 +39,4 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<None Update="ip2region.db">
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</None>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Binary file not shown.
@@ -146,7 +146,7 @@ const getHours=(timeString)=>{
|
|||||||
}
|
}
|
||||||
|
|
||||||
const currentRate=computed(()=>{
|
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