Commit 663acd27 authored by zhanglw's avatar zhanglw

调整

parent d88a7686
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<img v-if="item.isHot" src="@/assets/home_images/hot.png" class="stamp" title="热门" style="top: 0;left: 0"> <img v-if="item.isHot" src="@/assets/home_images/hot.png" class="stamp" title="热门" style="top: 0;left: 0">
<el-image <el-image
class="touch" class="touch"
:src="item.imgSrc?imgSrcStart+'/img'+item.imgSrc:defaultImgProduct" :src="item.imgSrc?imgSrcStart+item.imgSrc:defaultImgProduct"
style="width:284px;height: 284px;margin: 0 32px 4px" style="width:284px;height: 284px;margin: 0 32px 4px"
@click="goToDetails(item, '/product/details')" @click="goToDetails(item, '/product/details')"
> >
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<img v-if="item.isHot" src="@/assets/home_images/hot.png" class="stamp" title="热门" style="top: 0;left: 0"> <img v-if="item.isHot" src="@/assets/home_images/hot.png" class="stamp" title="热门" style="top: 0;left: 0">
<el-image <el-image
class="touch" class="touch"
:src="item.imgSrc?imgSrcStart+'/img'+item.imgSrc:defaultImgProduct" :src="item.imgSrc?imgSrcStart+item.imgSrc:defaultImgProduct"
style="width:284px;height: 284px;margin: 0 32px 4px" style="width:284px;height: 284px;margin: 0 32px 4px"
@click="goToDetails(item, '/supplier/details')" @click="goToDetails(item, '/supplier/details')"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment