This commit is contained in:
2025-01-16 18:27:54 +08:00
parent 1f95c8720c
commit ea5e5d2fc4
3 changed files with 3 additions and 1 deletions

View File

@@ -197,7 +197,7 @@ export default {
getDate() {console.log('at line 189:',localStorage.getItem('U_pointJour') ) getDate() {console.log('at line 189:',localStorage.getItem('U_pointJour') )
this.$api this.$api
.post('api/Article/getJournal', { .post('api/Article/getJournal', {
// username: this.query.username username: this.query.username
}) })
.then((res) => { .then((res) => {
this.jourList = res; this.jourList = res;

View File

@@ -1146,6 +1146,7 @@ export default {
}, },
// 文章html弹出层 // 文章html弹出层
async htmlContet(e) { async htmlContet(e) {
this.htmlContent=''
this.articleId = e.article_id; this.articleId = e.article_id;
this.tg_article_id = e.tg_article_id; this.tg_article_id = e.tg_article_id;
this.UpHtpFIle.article_id = e.article_id; this.UpHtpFIle.article_id = e.article_id;

View File

@@ -876,6 +876,7 @@ export default {
}, },
// 文章html弹出层 // 文章html弹出层
async htmlContet(e) { async htmlContet(e) {
this.htmlContent=''
this.articleId = e.article_id; this.articleId = e.article_id;
this.tg_article_id = e.tg_article_id; this.tg_article_id = e.tg_article_id;
this.UpHtpFIle.article_id = e.article_id; this.UpHtpFIle.article_id = e.article_id;