Commit e2fc25da authored by fwz's avatar fwz

订单详情图片展示

parent a11fcc2b
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<div class="item"> <div class="item">
<div class="item__top"> <div class="item__top">
<div class="top__img"> <div class="top__img">
<img src="" alt="" srcset=""> <img :src="orderInfo.mainImgUrl" style="height: 120rpx;width: 120rpx;" alt="" srcset="">
</div> </div>
<div class="top__right"> <div class="top__right">
<div class="right__one one__text"> <div class="right__one one__text">
......
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