热门商品展示的标签处先写死内容
This commit is contained in:
parent
0c9f95ce18
commit
d429c2739d
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue