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
15bae915
Commit
15bae915
authored
Oct 23, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color
parent
44aa3cbb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
5 deletions
+10
-5
config.xml
config.xml
+1
-1
activityDetail.html
src/pages/activity/activityDetail/activityDetail.html
+2
-3
activityDetail.scss
src/pages/activity/activityDetail/activityDetail.scss
+6
-0
appHttpService.ts
src/service/appHttpService.ts
+1
-1
No files found.
config.xml
View file @
15bae915
<?xml version='1.0' encoding='utf-8'?>
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"io.ionic.starter
2"
version=
"1.3.5
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"io.ionic.starter
"
version=
"1.3.6
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
智汇19号(测)
</name>
<name>
智汇19号(测)
</name>
<description>
An awesome Ionic/Cordova app.
</description>
<description>
An awesome Ionic/Cordova app.
</description>
<author
email=
"hi@ionicframework"
href=
"http://ionicframework.com/"
>
Ionic Framework Team
</author>
<author
email=
"hi@ionicframework"
href=
"http://ionicframework.com/"
>
Ionic Framework Team
</author>
...
...
src/pages/activity/activityDetail/activityDetail.html
View file @
15bae915
...
@@ -102,9 +102,7 @@
...
@@ -102,9 +102,7 @@
{{activity?.activityIntro}}
{{activity?.activityIntro}}
</p>
</p>
</div>
</div>
<button
ion-button
block
(
click
)="
hidden
()"
>
<button
class=
"submit-btn submit"
(
click
)="
hidden
()"
>
关闭
</button>
关闭
</button>
</div>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/pages/activity/activityDetail/activityDetail.scss
View file @
15bae915
...
@@ -243,4 +243,9 @@ page-activityDetail {
...
@@ -243,4 +243,9 @@ page-activityDetail {
padding-right
:
0px
;
padding-right
:
0px
;
margin-right
:
0px
;
margin-right
:
0px
;
}
}
.submit
{
border
:
1px
solid
#34b4fc
;
background-color
:
#34b4fc
;
margin-top
:
20px
;
}
}
}
\ No newline at end of file
src/service/appHttpService.ts
View file @
15bae915
...
@@ -294,7 +294,7 @@ export class AppService {
...
@@ -294,7 +294,7 @@ export class AppService {
}
}
//app请求方式
//
//
app请求方式
//
//
// import {LoadingController, AlertController, ToastController} from 'ionic-angular';
// import {LoadingController, AlertController, ToastController} from 'ionic-angular';
// import {Injectable} from '@angular/core';
// import {Injectable} from '@angular/core';
...
...
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