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
eccb3c68
Commit
eccb3c68
authored
Jun 19, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
你问我答 update
parent
49d627e2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
9 deletions
+20
-9
config.xml
config.xml
+1
-1
verify.html
src/pages/mine-pages/verify/verify.html
+8
-6
verify.scss
src/pages/mine-pages/verify/verify.scss
+9
-0
http.service.ts
src/service/http.service.ts
+2
-2
No files found.
config.xml
View file @
eccb3c68
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"io.ionic.smart19.starter"
version=
"4.2.
8
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"io.ionic.smart19.starter"
version=
"4.2.
9
"
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/mine-pages/verify/verify.html
View file @
eccb3c68
...
...
@@ -30,9 +30,10 @@
{{new.title}}
</p>
<p
class=
"news-end"
>
<span>
提交人:
</span><span
class=
"margin-right-10"
>
{{new.submitterName }}
</span>
<span>
提交时间:
</span><span>
{{new.createTime | date:'yyyy-MM-dd'}}
</span>
<span
(
click
)="
recall
(
new
,$
event
)"
>
退回
</span>
<span
class=
"margin-right-10"
*
ngIf=
"publishStatus == 2"
>
提交人:
<span>
{{new.submitterName }}
</span>
</span>
<span
*
ngIf=
"publishStatus == 2"
>
提交时间:
<span>
{{new.createTime | date:'yyyy-MM-dd'}}
</span></span>
<span
*
ngIf=
"publishStatus == 3"
>
发布时间:
</span><span>
{{new.publishTime | date:'yyyy-MM-dd'}}
</span>
<span
class=
"recall"
float-right
*
ngIf=
"publishStatus == 3"
(
click
)="
recall
(
new
,$
event
)"
>
退回
</span>
</p>
</ion-col>
...
...
@@ -48,9 +49,10 @@
{{new.title}}
</p>
<p
class=
"news-end"
>
<span>
提交人:
</span><span
class=
"margin-right-10"
>
{{new.submitterName }}
</span>
<span>
提交时间:
</span><span>
{{new.createTime | date:'yyyy-MM-dd'}}
</span>
<span
(
click
)="
recall
(
new
,$
event
)"
>
退回
</span>
<span
class=
"margin-right-10"
*
ngIf=
"publishStatus == 2"
>
提交人:
<span>
{{new.submitterName }}
</span>
</span>
<span
*
ngIf=
"publishStatus == 2"
>
提交时间:
<span>
{{new.createTime | date:'yyyy-MM-dd'}}
</span></span>
<span
*
ngIf=
"publishStatus == 3"
>
发布时间:
</span><span>
{{new.publishTime | date:'yyyy-MM-dd'}}
</span>
<span
class=
"recall"
float-right
*
ngIf=
"publishStatus == 3"
(
click
)="
recall
(
new
,$
event
)"
>
退回
</span>
</p>
</ion-col>
</ion-row>
...
...
src/pages/mine-pages/verify/verify.scss
View file @
eccb3c68
...
...
@@ -33,6 +33,7 @@ page-verify {
.news-end
{
color
:
#989898
;
width
:
100%
;
}
}
...
...
@@ -77,4 +78,12 @@ page-verify {
bottom
:
-10px
;
left
:
0px
;
}
.recall
{
font-size
:
1
.5rem
;
color
:
#e42417
;
border
:
1px
solid
#e42417
;
padding
:
1px
4px
;
border-radius
:
4px
;
margin-top
:
-2px
;
}
}
src/service/http.service.ts
View file @
eccb3c68
...
...
@@ -15,9 +15,9 @@ export class AppGlobal {
//接口基地址
// static domain = "http://101.89.112.92:80"; //正式环境
// static domain = "http://192.168.2.235:8080"; //测试环境
//
static domain = "http://47.103.33.196:8080"; //阿里云测试地址
static
domain
=
"http://47.103.33.196:8080"
;
//阿里云测试地址
// static domain = "http://47.103.35.216:8080"; //阿里云正式地址
static
domain
=
""
;
//本地环境
//
static domain = ""; //本地环境
//图片地址
...
...
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