Commit ca9b19de authored by 黄奎's avatar 黄奎

页面修改

parent 0ba0fb6a
...@@ -1231,7 +1231,7 @@ ...@@ -1231,7 +1231,7 @@
this.addMsg.MarketingLogo.wordsColor = ''; this.addMsg.MarketingLogo.wordsColor = '';
this.addMsg.MarketingLogo.wordsBack = ''; this.addMsg.MarketingLogo.wordsBack = '';
} }
this.addMsg.MarketingLogo = JSON.stringify(this.addMsg.MarketingLogo)
this.apipost("/api/GuideCar/SetGoodsInfo", this.addMsg, res => { this.apipost("/api/GuideCar/SetGoodsInfo", this.addMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success(res.data.message); this.Success(res.data.message);
...@@ -1498,7 +1498,6 @@ ...@@ -1498,7 +1498,6 @@
this.addMsg.PresentFXGrade = '' this.addMsg.PresentFXGrade = ''
} }
if (!this.addMsg.MarketingLogo || this.addMsg.MarketingLogo == null) { if (!this.addMsg.MarketingLogo || this.addMsg.MarketingLogo == null) {
this.addMsg.MarketingLogo = { this.addMsg.MarketingLogo = {
iswords: 0, iswords: 0,
words: "", words: "",
...@@ -1506,11 +1505,7 @@ ...@@ -1506,11 +1505,7 @@
wordsBack: "", wordsBack: "",
ico: "" ico: ""
} }
} else { }
let MarketingLogo = JSON.parse(this.addMsg.MarketingLogo)
let obj = MarketingLogo
this.addMsg.MarketingLogo = obj
}
this.getSuggestPrice(); this.getSuggestPrice();
this.getFXDGradeList2(); this.getFXDGradeList2();
this.getTree(); this.getTree();
......
...@@ -1224,7 +1224,7 @@ ...@@ -1224,7 +1224,7 @@
this.addMsg.MarketingLogo.wordsColor = ''; this.addMsg.MarketingLogo.wordsColor = '';
this.addMsg.MarketingLogo.wordsBack = ''; this.addMsg.MarketingLogo.wordsBack = '';
} }
this.addMsg.MarketingLogo = JSON.stringify(this.addMsg.MarketingLogo)
this.apipost("/api/Education/SetGoodsInfo", this.addMsg, res => { this.apipost("/api/Education/SetGoodsInfo", this.addMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success(res.data.message); this.Success(res.data.message);
...@@ -1524,15 +1524,7 @@ ...@@ -1524,15 +1524,7 @@
wordsBack: "", wordsBack: "",
ico: "" ico: ""
} }
} else { }
// var tempObj = this.addMsg.MarketingLogo.substring(1, this.addMsg.MarketingLogo.length-1);
// var reg=/\\|\//g;
// var cc = "'"+tempObj.replace(reg,"")+"'";
// var bb = eval("("+cc+")");
// var kk = JSON.parse(bb);
// this.addMsg.MarketingLogo=kk;
this.addMsg.MarketingLogo = JSON.parse(this.addMsg.MarketingLogo);
}
this.getSuggestPrice(); this.getSuggestPrice();
this.getFXDGradeList2(); this.getFXDGradeList2();
this.getTree(); this.getTree();
......
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