consumer模块完成度95%,检查消费者前端bug并修复
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<view class="product-info" @click="goToProduct(review.product_id)">
|
||||
<image
|
||||
class="product-image"
|
||||
:src="review.product_image || defaultImage"
|
||||
:src="review.product_image.length > 0 ? review.product_image : defaultImage"
|
||||
mode="aspectFill"
|
||||
/>
|
||||
<view class="product-detail">
|
||||
@@ -84,7 +84,7 @@
|
||||
<view class="product-info">
|
||||
<image
|
||||
class="product-image"
|
||||
:src="item.product_image || defaultImage"
|
||||
:src="item.product_image.length > 0 ? item.product_image : defaultImage"
|
||||
mode="aspectFill"
|
||||
/>
|
||||
<view class="product-detail">
|
||||
|
||||
Reference in New Issue
Block a user