Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
party-build-cloud
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
party-build-cloud
Commits
b4f8dff6
Commit
b4f8dff6
authored
Apr 26, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style
parent
01942776
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
3 deletions
+25
-3
config.xml
config.xml
+1
-1
learning-list.html
src/pages/home/learning/learning-list/learning-list.html
+1
-1
learning-list.scss
src/pages/home/learning/learning-list/learning-list.scss
+17
-0
home.ts
src/pages/tabs/home/home.ts
+6
-1
No files found.
config.xml
View file @
b4f8dff6
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"io.ionic.partyCloud.starter.test"
version=
"0.0.
6
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"io.ionic.partyCloud.starter.test"
version=
"0.0.
7
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
部机关党建云(测试)
</name>
<description>
An awesome Ionic/Cordova app.
</description>
<author
email=
"hi@ionicframework"
href=
"http://ionicframework.com/"
>
Ionic Framework Team
</author>
...
...
src/pages/home/learning/learning-list/learning-list.html
View file @
b4f8dff6
...
...
@@ -185,7 +185,7 @@
</ng-container>
<!--上滑加载数据-->
<!--<ion-infinite-scroll (ionInfinite)="doInfinite($event)">-->
<!--<ion-infinite-scroll-content></ion-infinite-scroll-content>-->
<!--<ion-infinite-scroll-content></ion-infinite-scroll-content>-->
<!--</ion-infinite-scroll>-->
</ion-content>
src/pages/home/learning/learning-list/learning-list.scss
View file @
b4f8dff6
...
...
@@ -29,4 +29,21 @@ page-learning-list {
font-size
:
1
.5rem
;
border-radius
:
2px
;
}
.tabs-parent
{
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
nowrap
;
position
:
relative
;
background-color
:
#fff
;
margin-bottom
:
.5rem
;
font-size
:
1
.7rem
;
.tabs-children
{
flex
:
1
;
text-align
:
center
;
cursor
:
pointer
;
height
:
4rem
;
line-height
:
4rem
;
}
}
}
src/pages/tabs/home/home.ts
View file @
b4f8dff6
...
...
@@ -71,7 +71,12 @@ export class HomePage {
(
res
)
=>
{
this
.
signObj
=
res
.
data
;
}
)
);
//初始化日期
this
.
appService
.
ObserverHttpGet
(
"/wisdomgroup/modules/common/file/getBanner"
,
{}).
subscribe
((
res
:
Response
)
=>
{
this
.
slidersItems
=
res
.
json
();
},
error
=>
{
})
this
.
change
(
0
);
this
.
getBanner
();
}
...
...
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