Feat(订单):使用积分逻辑调整
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user