提交 b14750c7 编写于 作者: zhangzhiwei's avatar zhangzhiwei

.

上级 1a6aab64
...@@ -286,9 +286,9 @@ ...@@ -286,9 +286,9 @@
<template v-if="!state.switch.newView"> <template v-if="!state.switch.newView">
<view id="otherSku" class="good_anchor">同系列推荐</view> <view id="otherSku" class="good_anchor">同系列推荐</view>
<van-list v-if="state.data.skuJson" :finished="true" finished-text="已经到底了哦~"> <van-list v-if="state.data.skuJson" :finished="true" finished-text="已经到底了哦~">
<van-row gutter="12" style="margin: 0rpx 20rpx 20rpx;" > <van-row gutter="12" style="margin: 15rpx 20rpx 20rpx;" >
<van-col span="12" v-for="item in state.data.skuJson" style="margin-bottom: 25rpx;align-self: baseline"> <van-col span="12" v-for="item in state.data.skuJson" style="margin-bottom: 25rpx;align-self: baseline">
<ShopCard v-if="item.skuId != state.skuId" :item="item"></ShopCard> <ShopCard :item="item"></ShopCard>
</van-col> </van-col>
</van-row> </van-row>
</van-list> </van-list>
......
...@@ -6,11 +6,11 @@ ...@@ -6,11 +6,11 @@
<view class="top-center">智能专区</view> <view class="top-center">智能专区</view>
</view> </view>
</van-sticky> </van-sticky>
<view style="margin-top: 16px;margin-bottom: 50rpx" > <view style="margin-top: 3px;margin-bottom: 50rpx" >
<view> <view>
<van-row gutter="10" class="pd-h-px-10" > <van-row gutter="10" class="pd-h-px-10" >
<van-col span="12" v-for="(item,index) in categoryList" :key="index"> <van-col span="12" v-for="(item,index) in categoryList" :key="index">
<van-image @click="goUrl(item.id)" style="margin-bottom: 20rpx" width="100%;" radius="20rpx" :src="item.logoImg" <van-image @click="goUrl(item.id)" style="margin-bottom: 20rpx;height: 30vw;width: 46vw" radius="20rpx" :src="item.logoImg"
/> />
</van-col> </van-col>
</van-row> </van-row>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册