1.0.1:迁移账单

This commit is contained in:
Dragon
2022-10-10 14:23:18 +08:00
parent 89044f0113
commit 23efebffd0
30 changed files with 66 additions and 66 deletions

View File

@@ -36,7 +36,7 @@
>
<span class="time">{{ relDate(item.date) }}</span>
<span>{{tab === 11 ? "共收入" : tab == 1 ? '共获得' : '共支出'}}</span>
<span class="total">{{item.total}}</span>
<span class="total">{{tab === 1? item.totalGiftGoldNumDailySum: item.total}}</span>
<span>钻石</span>
</van-index-anchor>
@@ -80,7 +80,7 @@
<!-- <p v-else-if="tab === 1 && item1.objType === 39">房间红包-发生在{{ item1.roomTitle }}</p> -->
<div class="diamond">
<img src="@/assets/img/diamond.png" alt />
<span>{{ item1.amount }}</span>
<span>{{ tab == 1 ? item1.giftTotalGoldNum : item1.amount }}</span>
</div>
</div>
<p class="in-all-price">{{ relDate(item1.recordTime,1) }}</p>