Commit 96d2c2a6 authored by nick zheng's avatar nick zheng

Merge branch 'master' of https://gitlab.gsstcloud.com/poc/poc-fe into beta

parents 389c3ca2 17fe3562
...@@ -144,7 +144,13 @@ function handleNavigateToEquity() { ...@@ -144,7 +144,13 @@ function handleNavigateToEquity() {
<i class="iconfont icon-gift text-[14px] text-[#000dff]"></i> <i class="iconfont icon-gift text-[14px] text-[#000dff]"></i>
<n-ellipsis> <n-ellipsis>
<span class="ml-[5px] truncate">{{ userStore.equityInfo.points || '-' }}</span> <n-number-animation
v-if="userStore.equityInfo.points"
:from="0"
:to="userStore.equityInfo.points"
:precision="2"
/>
<span v-else class="ml-[5px]">-</span>
</n-ellipsis> </n-ellipsis>
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment