This commit is contained in:
2025-12-04 15:16:33 +08:00
2 changed files with 1 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
</view> </view>
<view class="title">{{$t('order.pointsRecord')}}</view> <view class="title">{{$t('order.pointsRecord')}}</view>
<view class="recharge-record-block" v-for="(item, index) in bookList" :key="index" @click="toDetails(item)"> <view class="recharge-record-block" v-for="(item, index) in bookList" :key="index" @click="toDetails(item)">
<view class="recharge-record-block-row">{{item.remark.slice(0, (item.remark.indexOf('')))}}<text <view class="recharge-record-block-row">{{item.remark.slice(0, (item.remark.indexOf(',')))}}<text
:class="item.actType === 1 ? 'text1' : 'text2'">{{item.actType === 1 ? '' : '+'}}{{item.changeAmount}}</text> :class="item.actType === 1 ? 'text1' : 'text2'">{{item.actType === 1 ? '' : '+'}}{{item.changeAmount}}</text>
</view> </view>
<view class="time">{{item.createTime}}</view> <view class="time">{{item.createTime}}</view>

View File

@@ -557,9 +557,6 @@
font-size: 32rpx; font-size: 32rpx;
font-weight: bold; font-weight: bold;
padding: 0 5rpx; padding: 0 5rpx;
color: red;
font-size: 32rpx;
font-weight: bold;
} }
::v-deep.active_block span:first-child { ::v-deep.active_block span:first-child {