This commit is contained in:
2025-07-08 14:03:36 +08:00
parent 6d18c43fd6
commit f66f8086f2
2 changed files with 1 additions and 1 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@@ -321,7 +321,7 @@
if (res.code == 0) { if (res.code == 0) {
this.baseForm = res.data.special; this.baseForm = res.data.special;
this.SpecialImageUrl = res.data.special.icon?res.data.special.icon:''; this.SpecialImageUrl = res.data.special.icon?this.IMGdo_Url + 'journalicon/'+res.data.special.icon:'';
this.baseForm.first_name = res.data.editors[0].first_name; this.baseForm.first_name = res.data.editors[0].first_name;
this.baseForm.last_name = res.data.editors[0].last_name; this.baseForm.last_name = res.data.editors[0].last_name;