套餐问题修复
This commit is contained in:
@@ -354,6 +354,7 @@
|
||||
|
||||
function getDetail() {
|
||||
Api.recordDetail(query).then(res => {
|
||||
console.log('getDetail',res)
|
||||
const wareJson = JSON.parse(res.wareJson)
|
||||
wareJson.wareImgs = wareJson.wareImgs.split(',').filter(v => v)
|
||||
res.wareJson = wareJson;
|
||||
|
||||
Reference in New Issue
Block a user