Commit de1f99ea authored by lixy's avatar lixy

标准数据-图片

parent dcf10b3a
...@@ -271,6 +271,7 @@ ...@@ -271,6 +271,7 @@
times: [], // 时间 times: [], // 时间
list: [], list: [],
total: 0, total: 0,
BASE_API: process.env.BASE_API,
orderSendDetailVisible: false, // 查看弹窗 orderSendDetailVisible: false, // 查看弹窗
sendVisible: false, // 发货弹窗 sendVisible: false, // 发货弹窗
oneRow: {}, // 当前操作项 oneRow: {}, // 当前操作项
...@@ -462,6 +463,7 @@ ...@@ -462,6 +463,7 @@
} }
if (iitem.type == 1) { if (iitem.type == 1) {
// 标准数据 // 标准数据
iitem.itemPic = _this.BASE_API + '/api/datacenter/web/gtdata/app/unauth/image/' + iitem.detailJson.thumbnailPath + '_98_98.jpg'
iitem.imageResolutionStr = iitem.detailJson.imageResolution?iitem.detailJson.imageResolution.replace(/{/g, ""):'' iitem.imageResolutionStr = iitem.detailJson.imageResolution?iitem.detailJson.imageResolution.replace(/{/g, ""):''
iitem.imageResolutionStr = iitem.imageResolutionStr?iitem.imageResolutionStr.replace(/}/g, ""):'' iitem.imageResolutionStr = iitem.imageResolutionStr?iitem.imageResolutionStr.replace(/}/g, ""):''
} }
......
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