fix: 🐛 修改 商家端楼层装中 intro 和 mobileIntro 可能存在转义符导致json出错问题

master
学习很差啦 2022-11-23 14:44:46 +08:00
parent 69c2c4c5c2
commit 4d347df505
1 changed files with 5 additions and 0 deletions

View File

@ -215,6 +215,10 @@ export default {
}, },
// //
selectedLink(val) { selectedLink(val) {
// intro mobileIntro json
delete val.selected;
delete val.intro;
delete val.mobileIntro;
this.selectedLinks.url = val; this.selectedLinks.url = val;
}, },
// //
@ -232,6 +236,7 @@ export default {
...item, ...item,
}; };
}); });
this.res.options.list[0].listWay.push(...data); this.res.options.list[0].listWay.push(...data);
this.linkType = ""; this.linkType = "";
}, },