Commit f934034e authored by Mac's avatar Mac

1

parent 66ba4c0b
......@@ -2150,8 +2150,18 @@
if (this.addMsg.MarketingLogo) {
try {
let MarketingLogo = JSON.parse(this.addMsg.MarketingLogo)
let obj = MarketingLogo
this.addMsg.MarketingLogo = obj
if(MarketingLogo.indexOf('iswords')==-1){
this.addMsg.MarketingLogo = {
iswords: 0,
words: "",
wordsColor: "",
wordsBack: "",
ico: ""
}
}else {
let obj = MarketingLogo
this.addMsg.MarketingLogo = obj
}
} catch (err) {
this.addMsg.MarketingLogo = {
iswords: 0,
......
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