feat: 交易记录显示股票代码

This commit is contained in:
claw_bot 2026-03-10 07:25:11 +00:00
parent 6afd34cb0f
commit 221f2428cf

View File

@ -126,7 +126,7 @@
</view> </view>
<view class="tl-right"> <view class="tl-right">
<text class="tl-title">{{ log.title }}</text> <text class="tl-title">{{ log.title }} {{ log.stockCode || '' }}</text>
<text class="tl-desc">{{ log.type === 'buy' ? '增加' : '减少' }} {{ log.amount }}</text> <text class="tl-desc">{{ log.type === 'buy' ? '增加' : '减少' }} {{ log.amount }}</text>
</view> </view>
</view> </view>