Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-ces
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqinghua
wisdom-ces
Commits
45e0e0cc
Commit
45e0e0cc
authored
Oct 17, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color
parent
0f237897
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
edit.ts
src/pages/surveyManage/item/edit/edit.ts
+1
-1
home.html
src/pages/tabs/home/home.html
+1
-1
No files found.
src/pages/surveyManage/item/edit/edit.ts
View file @
45e0e0cc
...
@@ -147,7 +147,7 @@ export class EditPage {
...
@@ -147,7 +147,7 @@ export class EditPage {
state
:
this
.
temp
.
state
//状态
state
:
this
.
temp
.
state
//状态
};
};
//更新问卷信息
//更新问卷信息
this
.
appService
.
ObserverHttp
PostParamsBody
(
'/wisdomgroup/modules/question/update/'
,
this
.
temp
.
id
,
bodyData
).
this
.
appService
.
ObserverHttp
Form
(
'/wisdomgroup/modules/question/update/'
,
this
.
temp
.
id
,
bodyData
).
subscribe
((
res
)
=>
{
subscribe
((
res
)
=>
{
},(
err
)
=>
{
},(
err
)
=>
{
...
...
src/pages/tabs/home/home.html
View file @
45e0e0cc
...
@@ -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;"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment