Commit 4a11727d authored by anxixi's avatar anxixi

公告配置

parent fc3dccc4
......@@ -386,7 +386,7 @@
handAnnounceConfig(){
api.getTopicNoticeById().then(response => {
if(response.code == 0) {
this.announceData = response.result;
if(response.result)this.announceData = response.result;
if(!this.announceData.topicInfoList)this.announceData.topicInfoList = [];
this.announceVisible = true;
this.getsimpleSearchTopic();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment