4.25重庆bug修改

This commit is contained in:
FrancisHu 2024-04-25 11:13:22 +08:00
parent 192a24a43a
commit f01fe366c0
3 changed files with 2696 additions and 2695 deletions

View File

@ -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