Commit f14ca0c0 by Kyle_Li

修复会员门店消费-订单详情图片不显示

parent f284eba6
......@@ -269,7 +269,7 @@
<div class="record-infoimg"><img
width="60"
height="60"
:src="scope.row.thirdImgUrl ? scope.row.thirdImgUrl : './static/img/default.png'"
:src="scope.row.imageUrl ? scope.row.imageUrl : './static/img/default.png'"
alt=""
></div>
<div class="record-infocontent">
......
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