This commit is contained in:
2025-04-15 23:46:14 +08:00
parent 27829c1dac
commit 367a85a677
2 changed files with 24 additions and 2 deletions

View File

@@ -76,6 +76,12 @@ _.router.post('/getCarList', async function(req, res, next) {
});
if(data.length != 0) {
data.forEach(v => {
v.wares_masterimg = JSON.parse(v.wares_masterimg);
v.wares_infoimg = JSON.parse(v.wares_infoimg);
v.wares_conf = JSON.parse(v.wares_conf);
})
res.json({
status: 200,
message: '请求成功',