热门商品展示的标签处先写死内容

This commit is contained in:
donqi 2022-06-07 14:01:42 +08:00
parent 0c9f95ce18
commit d429c2739d
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<view class="text-xl">{{item.goodsName}}</view> <view class="text-xl">{{item.goodsName}}</view>
<view class="text-sm text-gray margin-tb-xs">{{item.remark}}</view> <view class="text-sm text-gray margin-tb-xs">{{item.remark}}</view>
<view class="flex justify-between align-end"> <view class="flex justify-between align-end">
<view class="text-red text-xs">{{item.tag}}</view> <view class="text-red text-sm">自营直选不满意重新服务全程上险</view>
<view class="text-red text-price text-xl">{{item.goodsStandardList[0].goodsPrice}}</view> <view class="text-red text-price text-xl">{{item.goodsStandardList[0].goodsPrice}}</view>
</view> </view>
</view> </view>
@ -48,6 +48,6 @@
<style scoped> <style scoped>
.item-margin-custom { .item-margin-custom {
margin: 20rpx 30rpx; margin: 10rpx 30rpx 30rpx 30rpx;
} }
</style> </style>