Commit 682ca5c5 by qinjianhui

fix: PODCN订单CB类商品订单未展示商品的主图

parent 43566308
...@@ -997,7 +997,8 @@ ...@@ -997,7 +997,8 @@
style="display: flex; flex-direction: column" style="display: flex; flex-direction: column"
> >
<div <div
v-for="img in item.productMark !== 'normal' v-for="img in item.productMark !== 'normal' &&
item.productMark !== 'custom_normal'
? item.previewImgs ? item.previewImgs
: [{ url: item.variantImage }]" : [{ url: item.variantImage }]"
:key="img" :key="img"
......
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