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
1ae06d93
Commit
1ae06d93
authored
Oct 15, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color
parent
a7568d04
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
22 deletions
+23
-22
order-detail.html
src/pages/activity/order-detail/order-detail.html
+1
-1
contract-personinfo.html
...ages/contact/contract-personinfo/contract-personinfo.html
+5
-0
contract-personinfo.ts
src/pages/contact/contract-personinfo/contract-personinfo.ts
+2
-2
person-list.html
src/pages/contact/person-list/person-list.html
+2
-1
person-list.scss
src/pages/contact/person-list/person-list.scss
+5
-7
search.html
src/pages/contact/search/search.html
+2
-3
search.scss
src/pages/contact/search/search.scss
+5
-7
myActivityList.scss
src/pages/mine/myActivityList/myActivityList.scss
+1
-1
No files found.
src/pages/activity/order-detail/order-detail.html
View file @
1ae06d93
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
</div>
</div>
</div>
</div>
<div
class=
"content-button"
>
<div
class=
"content-button"
>
<div
class=
"button-left"
>
报名人数
<span
class=
"color-24bafc margin-left-15"
>
4/20
</span></div>
<div
class=
"button-left"
>
报名人数
<span
class=
"color-24bafc margin-left-15"
>
{{batch?.hasSignUpCount}}/{{batch?.batchLimitNumber}}
</span></div>
<div
class=
"button-right"
>
<div
class=
"button-right"
>
<!--时间是否截止->人数是否满了->是否报名了-->
<!--时间是否截止->人数是否满了->是否报名了-->
</div>
</div>
...
...
src/pages/contact/contract-personinfo/contract-personinfo.html
View file @
1ae06d93
...
@@ -25,7 +25,12 @@
...
@@ -25,7 +25,12 @@
<div
class=
"info-item"
>
<div
class=
"info-item"
>
<span
class=
"info-span"
>
头像
</span>
<span
class=
"info-span"
>
头像
</span>
<div
class=
"info-item-content"
>
<div
class=
"info-item-content"
>
<ng-container
*
ngIf=
"contactPersonInfo?.picUrl != ''"
>
<img
src=
"{{picture+contactPersonInfo.picUrl}}"
class=
"slide-image"
(
click
)="
go
(
item
)"
>
</ng-container>
<ng-container
*
ngIf=
"contactPersonInfo?.picUrl == ''"
>
<img
src=
"./assets/imgs/head.png"
class=
"contact-img"
>
<img
src=
"./assets/imgs/head.png"
class=
"contact-img"
>
</ng-container>
</div>
</div>
</div>
</div>
</ion-item>
</ion-item>
...
...
src/pages/contact/contract-personinfo/contract-personinfo.ts
View file @
1ae06d93
import
{
Component
}
from
'@angular/core'
;
import
{
Component
}
from
'@angular/core'
;
import
{
IonicPage
,
NavController
,
NavParams
}
from
'ionic-angular'
;
import
{
IonicPage
,
NavController
,
NavParams
}
from
'ionic-angular'
;
import
{
Response
}
from
'@angular/http'
;
import
{
Response
}
from
'@angular/http'
;
import
{
AppService
}
from
'../../../service/appHttpService'
;
import
{
App
Global
,
App
Service
}
from
'../../../service/appHttpService'
;
import
{
ContactListPage
}
from
'../contactList/contactList'
;
import
{
ContactListPage
}
from
'../contactList/contactList'
;
import
{
MyBlockPage
}
from
"../my-block/my-block"
;
import
{
MyBlockPage
}
from
"../my-block/my-block"
;
...
@@ -20,7 +20,7 @@ export class ContractPersoninfoPage {
...
@@ -20,7 +20,7 @@ export class ContractPersoninfoPage {
abbreviation
:
''
abbreviation
:
''
};
};
id
;
id
;
picture
:
string
=
AppGlobal
.
picture
;
edit
=
false
;
edit
=
false
;
email
;
email
;
...
...
src/pages/contact/person-list/person-list.html
View file @
1ae06d93
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,8 @@
<ion-item-sliding>
<ion-item-sliding>
<ion-item
*
ngFor=
"let item of perList"
>
<ion-item
*
ngFor=
"let item of perList"
>
<div
class=
"contact-box"
(
click
)="
sure
(
item
)"
>
<div
class=
"contact-box"
(
click
)="
sure
(
item
)"
>
<img
src=
"./assets/imgs/head.png"
class=
"contact-img"
>
<img
src=
"./assets/imgs/man.png"
class=
"contact-img"
*
ngIf=
"item.gender =='1'||item.gender==null"
>
<img
src=
"./assets/imgs/woman.png"
class=
"contact-img"
*
ngIf=
"item.gender =='0'"
>
<div
class=
"contact-box-right"
>
<div
class=
"contact-box-right"
>
<div>
<div>
...
...
src/pages/contact/person-list/person-list.scss
View file @
1ae06d93
...
@@ -36,7 +36,6 @@ page-person-list {
...
@@ -36,7 +36,6 @@ page-person-list {
.contact-name
{
.contact-name
{
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
bold
;
}
}
.contact-sex
{
.contact-sex
{
...
@@ -53,19 +52,18 @@ page-person-list {
...
@@ -53,19 +52,18 @@ page-person-list {
}
}
.contact-organization
{
.contact-organization
{
color
:
#
d0d0d
0
;
color
:
#
80808
0
;
font-size
:
12px
;
font-size
:
12px
;
}
}
.contact-telphone
{
.contact-telphone
{
color
:
#
999
;
color
:
#
808080
;
font-size
:
1
.4rem
;
font-size
:
1
2px
;
}
}
.contact-handphone
{
.contact-handphone
{
color
:
#666666
;
color
:
#808080
;
font-size
:
1
.5rem
;
font-size
:
12px
;
margin-left
:
7px
;
}
}
.back-btn
{
.back-btn
{
...
...
src/pages/contact/search/search.html
View file @
1ae06d93
...
@@ -15,13 +15,12 @@
...
@@ -15,13 +15,12 @@
<ion-list>
<ion-list>
<ion-item
*
ngFor=
"let contactPerson of contactPersons"
(
click
)="
contactPersonInfo
(
contactPerson
)"
>
<ion-item
*
ngFor=
"let contactPerson of contactPersons"
(
click
)="
contactPersonInfo
(
contactPerson
)"
>
<div
class=
"contact-box"
>
<div
class=
"contact-box"
>
<img
src=
"./assets/imgs/head.png"
class=
"contact-img"
>
<img
src=
"./assets/imgs/man.png"
class=
"contact-img"
*
ngIf=
"contactPerson.gender =='1'||contactPerson.gender==null"
>
<img
src=
"./assets/imgs/woman.png"
class=
"contact-img"
*
ngIf=
"contactPerson.gender =='0'"
>
<div
class=
"contact-box-right"
>
<div
class=
"contact-box-right"
>
<div>
<div>
<span
class=
"contact-name"
>
{{contactPerson.name}}
</span>
<span
class=
"contact-name"
>
{{contactPerson.name}}
</span>
<ion-icon
name=
"male"
class=
"contact-sex male"
*
ngIf=
"contactPerson.gender =='1'||contactPerson.gender==null"
></ion-icon>
<ion-icon
name=
"female"
class=
"contact-sex female"
*
ngIf=
"contactPerson.gender =='0'"
></ion-icon>
</div>
</div>
<div
class=
"contact-organization"
>
{{contactPerson.orgName}}
</div>
<div
class=
"contact-organization"
>
{{contactPerson.orgName}}
</div>
<div>
<div>
...
...
src/pages/contact/search/search.scss
View file @
1ae06d93
...
@@ -78,13 +78,12 @@ page-search {
...
@@ -78,13 +78,12 @@ page-search {
}
}
.contact-img
{
.contact-img
{
width
:
60px
;
width
:
3rem
;
height
:
60px
;
height
:
3rem
;
}
}
.contact-name
{
.contact-name
{
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
bold
;
}
}
.contact-sex
{
.contact-sex
{
...
@@ -101,19 +100,18 @@ page-search {
...
@@ -101,19 +100,18 @@ page-search {
}
}
.contact-organization
{
.contact-organization
{
color
:
#
d0d0d
0
;
color
:
#
80808
0
;
font-size
:
12px
;
font-size
:
12px
;
}
}
.contact-telphone
{
.contact-telphone
{
color
:
#
d0d0d
0
;
color
:
#
80808
0
;
font-size
:
12px
;
font-size
:
12px
;
}
}
.contact-handphone
{
.contact-handphone
{
color
:
#
d0d0d
0
;
color
:
#
80808
0
;
font-size
:
12px
;
font-size
:
12px
;
margin-left
:
7px
;
}
}
.back-btn
{
.back-btn
{
...
...
src/pages/mine/myActivityList/myActivityList.scss
View file @
1ae06d93
page-myActivityList
{
page-myActivityList
{
button
[
disabled
]
{
a
[
disabled
],
button
[
disabled
],
[
ion-button
]
[
disabled
]
{
opacity
:
1
;
opacity
:
1
;
}
}
...
...
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