Commit 0b22565d authored by lizhan's avatar lizhan

📝 【TASK-20240813-01】TASK:兑换日志接口联调

parent b73e11d0
...@@ -13,13 +13,13 @@ ...@@ -13,13 +13,13 @@
</div> </div>
<div class="box-content"> <div class="box-content">
<div class="content-text"> <div class="content-text">
购买/充值满1000元即可赠送50积 分,满2000元送80积分不可看加满2000元送80积分 {{ locale == 'zh' ? item.descZh : item.descEn }}
</div> </div>
<div class="content-time">{{ formatDate(item.createTime) }}</div> <div class="content-time">{{ formatDate(item.createTime) }}</div>
</div> </div>
<div class="box-right"> <div class="box-right">
<view class="box-right-num" v-if="item == 2">X1</view> <view class="box-right-num" v-if="item.rewardCount">X{{ item.rewardCount }}</view>
<view class="box-right-img" v-else> <view class="box-right-img" v-if="item.expired">
<image src="../../static/img/overdue.png"></image> <image src="../../static/img/overdue.png"></image>
</view> </view>
<view class="box-right-text">{{ item.operateType }}&ensp;{{ item.scoreCount }}</view> <view class="box-right-text">{{ item.operateType }}&ensp;{{ item.scoreCount }}</view>
...@@ -152,6 +152,9 @@ page { ...@@ -152,6 +152,9 @@ page {
border-radius: 50%; border-radius: 50%;
font-size: 24upx; font-size: 24upx;
color: #333333; color: #333333;
.box-right-text {
margin-top: auto;
}
} }
.box-right-img { .box-right-img {
transform: translate(20upx, -60upx); transform: translate(20upx, -60upx);
......
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