提交
This commit is contained in:
@@ -197,7 +197,7 @@ export default {
|
||||
getDate() {console.log('at line 189:',localStorage.getItem('U_pointJour') )
|
||||
this.$api
|
||||
.post('api/Article/getJournal', {
|
||||
// username: this.query.username
|
||||
username: this.query.username
|
||||
})
|
||||
.then((res) => {
|
||||
this.jourList = res;
|
||||
|
||||
@@ -1146,6 +1146,7 @@ export default {
|
||||
},
|
||||
// 文章html弹出层
|
||||
async htmlContet(e) {
|
||||
this.htmlContent=''
|
||||
this.articleId = e.article_id;
|
||||
this.tg_article_id = e.tg_article_id;
|
||||
this.UpHtpFIle.article_id = e.article_id;
|
||||
|
||||
@@ -876,6 +876,7 @@ export default {
|
||||
},
|
||||
// 文章html弹出层
|
||||
async htmlContet(e) {
|
||||
this.htmlContent=''
|
||||
this.articleId = e.article_id;
|
||||
this.tg_article_id = e.tg_article_id;
|
||||
this.UpHtpFIle.article_id = e.article_id;
|
||||
|
||||
Reference in New Issue
Block a user