This commit is contained in:
Gdpao
2020-08-07 19:56:47 +08:00
parent 71e984b2ed
commit 502e020000
17 changed files with 238 additions and 136 deletions

View File

@@ -3,7 +3,7 @@
<view class="top">
<text>今日秒杀推荐</text>
<view class="more" @click="toOthersPage">
<text>点击查看更多</text>
<text>查看更多</text>
<u-icon name="arrow-right" color="#999" size="22"></u-icon>
</view>
</view>
@@ -68,6 +68,7 @@ export default {
display: flex;
align-items: center;
color: #999;
font-size: 20rpx;
}
}
.connect{

View File

@@ -3,7 +3,7 @@
<view class="top">
<text>今日拼团推荐</text>
<view class="more" @click="toDetailsPage">
<text>点击查看详情</text>
<text>查看详情</text>
<u-icon name="arrow-right" color="#999" size="22"></u-icon>
</view>
</view>
@@ -23,7 +23,7 @@
<text>{{ info.goods_price }}</text>
</view>
</view>
<image class="img" :src="info.pintuan_image" @click="toDetailsPage"></image>
<image class="img" :src="info.pintuan_image" @click="toDetailsPage" mode="aspectFill"></image>
</view>
</view>
</template>
@@ -158,10 +158,11 @@ export default {
}
}
.img{
width: 213rpx;
height: 160rpx;
flex-shrink: 0;
margin-left: 13rpx;
width: 210rpx;
height: 200rpx;
margin-left: 10rpx;
border-radius: 4rpx;
background-color: antiquewhite;
}
}