zhangdan 3 years ago
parent
commit
963e570b6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/sales/productPricing.vue

+ 1 - 1
pages/sales/productPricing.vue

@@ -18,7 +18,7 @@
 					</view>
 					<view class="st-detailList-item-con flex align_center">
 						<view class="pimgs">
-							<u-image :src="item.product&&item.product.productMsg?item.product.productMsg:`../../static/${theme}/def_img@2x.png`" width="128" height="128" border-radius="10"></u-image>
+							<u-image :src="item.productMainPic&&item.productMainPic.imageUrl?item.productMainPic.imageUrl:`../../static/${theme}/def_img@2x.png`" width="128" height="128" border-radius="10"></u-image>
 						</view>
 						<view class="flex_1">
 							<view>产品编码:{{item.code}}</view>