修改积分查询

This commit is contained in:
yangjun 2024-06-27 10:19:54 +08:00
parent 09ae6aa88f
commit 01c61b58cf
1 changed files with 2 additions and 2 deletions

View File

@ -123,10 +123,10 @@
<view class="" style="font-size: 12px;">当期收益()</view>
</view>
<view class="shuxian"></view>
<view class="">
<view class="" @tap="goNav('/pages/index/currentPoints')">
<view class="" style="font-size: 22px;font-weight: bold;">{{ currentIntegral ? currentIntegral : 0 }}
</view>
<view class="" style="font-size: 12px;" @tap="goNav('/pages/index/currentPoints')">当期积分</view>
<view class="" style="font-size: 12px;" >当期积分</view>
</view>
</view>
</view>