提交 0365a8ce 作者: 廖在望

feat: 修改农资商品图片动态

上级 33f534ec
...@@ -251,6 +251,9 @@ return ...@@ -251,6 +251,9 @@ return
> >
<view <view
class="codefun-flex-col codefun-justify-start codefun-items-start codefun-self-center section_3" class="codefun-flex-col codefun-justify-start codefun-items-start codefun-self-center section_3"
:style="{
'background-image': `url(${product.image})`,
}"
> >
<view <view
v-if="product.labels_dictText.split(',').length > 0" v-if="product.labels_dictText.split(',').length > 0"
...@@ -418,7 +421,6 @@ return ...@@ -418,7 +421,6 @@ return
border-bottom: solid 2rpx #eeeeee; border-bottom: solid 2rpx #eeeeee;
.section_3 { .section_3 {
padding: 12rpx 0 116rpx; padding: 12rpx 0 116rpx;
background-image: url('/static/images/codefun/00db5a56fec86b1852516ae34b6d443a.png');
background-size: 100% 100%; background-size: 100% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
width: 160rpx; width: 160rpx;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论