4.25重庆bug修改
This commit is contained in:
parent
192a24a43a
commit
f01fe366c0
|
|
@ -36,7 +36,8 @@ export default {
|
||||||
let centent = decodeURIComponent(
|
let centent = decodeURIComponent(
|
||||||
escape(atob(that.listData.noticeContent))
|
escape(atob(that.listData.noticeContent))
|
||||||
);
|
);
|
||||||
that.listData.noticeContent = this.extractTextFromHTML(centent);
|
that.listData.noticeContent = this.extractTextFromHTML(centent).replace(/ /ig, "");
|
||||||
|
console.log(that.listData.noticeContent);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue