Commit a757f337 authored by renjintao's avatar renjintao

orderlist

parent 4350e010
...@@ -278,7 +278,7 @@ export default { ...@@ -278,7 +278,7 @@ export default {
//返回img需要显示的src值 //返回img需要显示的src值
let tempUrl = ""; let tempUrl = "";
if (url && url.length > 0) { if (url && url.length > 0) {
tempUrl = this.downUrl + JSON.parse(url)[0].filePath; tempUrl = url;
} else { } else {
tempUrl = iconImg + "noPic_product.png"; tempUrl = iconImg + "noPic_product.png";
} }
......
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