Commit 010bd219 by 高淑倩

下单页skuImgUrl

parent e83a06ed
......@@ -67,7 +67,7 @@
<view class="pro-wrap">
<block wx:for="{{currentOrderList.tradePreviewSkus}}" wx:key="{{item}}">
<view class="pro-list">
<image class="pro-img" src="{{item.productImgUrl}}" />
<image class="pro-img" src="{{item.skuImgUrl}}" />
<view class="pro-info">
<view class="pro-name">{{item.productName}}</view>
<view class="pro-desc">
......
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