This commit is contained in:
Gdpao
2020-08-11 22:15:58 +08:00
parent 20259ddf00
commit ef79718190
11 changed files with 376 additions and 134 deletions

View File

@@ -81,7 +81,6 @@
<image :src="item.goods_image" mode="aspectFill"></image>
<view>
<text class="title">{{ item.goods_advword }}</text>
<text class="name">{{ item.goods_name }}</text>
<text class="price">{{ item.goods_promotion_price }}</text>
</view>
</view>
@@ -330,7 +329,7 @@
& > view {
display: flex;
flex-direction: column;
justify-content: space-between;
justify-content: space-around;
color: #333;
font-size: 28rpx;
.title {