- 优化 productcard.vue 图片url取得是 array
- 订单url地址选择 未完成
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
style="background:#fff"
|
||||
>
|
||||
<template slot="thumb">
|
||||
<img :src="product.picUrls[0]"/>
|
||||
<img :src="product.picUrl"/>
|
||||
<p v-if="product.imageTag!=null&&product.imageTag!=''" class="image_tag">{{product.imageTag}}</p>
|
||||
</template>
|
||||
<template slot="tags">
|
||||
|
||||
Reference in New Issue
Block a user