Commit 45e0e0cc authored by wangqinghua's avatar wangqinghua

color

parent 0f237897
...@@ -147,7 +147,7 @@ export class EditPage { ...@@ -147,7 +147,7 @@ export class EditPage {
state:this.temp.state //状态 state:this.temp.state //状态
}; };
//更新问卷信息 //更新问卷信息
this.appService.ObserverHttpPostParamsBody('/wisdomgroup/modules/question/update/',this.temp.id,bodyData). this.appService.ObserverHttpForm('/wisdomgroup/modules/question/update/',this.temp.id,bodyData).
subscribe((res)=>{ subscribe((res)=>{
},(err)=>{ },(err)=>{
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<div class="item3-2" style="background-color:#f8f8f8;" (click)="gotoNotice()"> <div class="item3-2" style="background-color:#f8f8f8;" (click)="gotoNotice()">
<div class="card3" style="width: 15%;"> <div class="card3" style="width: 15%;">
<span *ngIf="hasNewMessage == 1" class="img-tips"></span> <span *ngIf="hasNewMessage == 1" class="img-tips"></span>
<img src="./assets/imgs/home/icon-mail.png"> <img src="./assets/imgs/home/icon-mail.png" >
</div> </div>
<div class="card3" style="width: 75%;"> <div class="card3" style="width: 75%;">
<div class="card3-item" *ngFor="let item of noticeList;"> <div class="card3-item" *ngFor="let item of noticeList;">
......
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