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
96af76c1
Commit
96af76c1
authored
Oct 15, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color
parent
41238e97
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
my-survey.html
src/pages/mine/mySurvey/my-survey/my-survey.html
+3
-1
personInfo.html
src/pages/person/personInfo/personInfo.html
+2
-3
No files found.
src/pages/mine/mySurvey/my-survey/my-survey.html
View file @
96af76c1
...
...
@@ -10,8 +10,9 @@
<ion-content
class=
"bgc-e7e8ed"
>
<ion-list>
<ng-container
*
ngIf=
"list.length > 0"
>
<ng-container
*
ngFor=
"let item of list"
>
<ng-container
*
ngIf=
"item?.isAnsNum != 0"
>
<ion-item
class=
"item-list margin-bottom-10"
*
ngFor=
"let item of list"
>
<ion-item
class=
"item-list margin-bottom-10"
>
<div
class=
"item"
>
<div
class=
"item-header padding-15-0"
>
<div
class=
"item-header-style"
>
...
...
@@ -32,6 +33,7 @@
</ion-item>
</ng-container>
</ng-container>
</ng-container>
<ng-container
*
ngIf=
"list.length == 0"
>
<div
text-center
style=
"margin-top: 10rem"
*
ngIf=
"list.length == 0"
>
<img
style=
"width: 20%;"
src=
"./assets/imgs/no-info.png"
alt=
""
>
...
...
src/pages/person/personInfo/personInfo.html
View file @
96af76c1
...
...
@@ -13,9 +13,8 @@
<div
class=
"info-item"
>
<span
class=
"info-span"
>
头像
</span>
<div
class=
"photo-box"
>
<img
*
ngIf=
"user.userDetail?.user?.picUrl == ''"
src=
"./assets/imgs/head.png"
class=
"img"
>
<img
*
ngIf=
"user.userDetail?.user?.picUrl != ''"
src=
"{{picture+user.userDetail?.user?.picUrl}}"
class=
"img"
>
<img
*
ngIf=
"user?.userDetail?.user?.picUrl == ''"
src=
"./assets/imgs/head.png"
class=
"img"
>
<img
*
ngIf=
"user?.userDetail?.user?.picUrl != ''"
src=
"{{picture+user?.userDetail?.user?.picUrl}}"
class=
"img"
>
</div>
</div>
</ion-item>
...
...
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