Feat(订单):使用积分逻辑调整

This commit is contained in:
lifizer
2024-04-22 16:18:47 +08:00
parent 82bff005c4
commit c0bf4ed2c9
3 changed files with 78 additions and 17 deletions
+9 -1
View File
@@ -68,6 +68,7 @@
</view>
</view>
<view v-else class="lottery">
<image :src="webUrl + '/points-lottery.png'" class="img" />
<view class="one-t title">
{{ item.title }}
</view>
@@ -312,9 +313,16 @@ export default {
}
.lottery {
display: flex;
align-items: center;
padding: 20rpx;
.img {
display: block;
width: 62rpx;
height: 62rpx;
margin: 0 20rpx 0 0;
}
.title {
width: calc(100% - 160rpx);
flex: 1;
}
}
.number {