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
32e29664
Commit
32e29664
authored
Jun 13, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改BUG
parent
5d0a24f3
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
wdsh.png
src/assets/imgs/mine/wdsh.png
+0
-0
integral.html
src/pages/mine-pages/integral/integral.html
+2
-0
verify.html
src/pages/mine-pages/verify/verify.html
+1
-1
mine.html
src/pages/tabs/mine/mine.html
+2
-2
No files found.
src/assets/imgs/mine/wdsh.png
0 → 100644
View file @
32e29664
1.6 KB
src/pages/mine-pages/integral/integral.html
View file @
32e29664
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
</ion-refresher>
</ion-refresher>
<div
class=
"padding-15-30"
>
<div
class=
"padding-15-30"
>
<ng-container
*
ngFor=
"let item of integraList;let i = index;"
>
<ng-container
*
ngFor=
"let item of integraList;let i = index;"
>
<ng-container
*
ngIf=
"item.integral > 0 "
>
<div
class=
"inteItem"
>
<div
class=
"inteItem"
>
<p
class=
"inteTime"
>
{{item.datetime | date:'yyyy-MM-dd HH:mm:ss'}}
</p>
<p
class=
"inteTime"
>
{{item.datetime | date:'yyyy-MM-dd HH:mm:ss'}}
</p>
<ion-row>
<ion-row>
...
@@ -32,6 +33,7 @@
...
@@ -32,6 +33,7 @@
</ion-row>
</ion-row>
</div>
</div>
</ng-container>
</ng-container>
</ng-container>
</div>
</div>
<ion-infinite-scroll
(
ionInfinite
)="
doInfinite
($
event
)"
>
<ion-infinite-scroll
(
ionInfinite
)="
doInfinite
($
event
)"
>
<ion-infinite-scroll-content
<ion-infinite-scroll-content
...
...
src/pages/mine-pages/verify/verify.html
View file @
32e29664
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
{{new.title}}
{{new.title}}
</p>
</p>
<p
class=
"news-end"
>
<p
class=
"news-end"
>
<span
>
提交人:
</span><span>
{{new.publishTime | date:'yyyy-MM-dd'
}}
</span>
<span
class=
"margin-right-10"
>
提交人:
</span><span>
{{new.submitterName
}}
</span>
<span>
提交时间:
</span><span>
{{new.createTime | date:'yyyy-MM-dd'}}
</span>
<span>
提交时间:
</span><span>
{{new.createTime | date:'yyyy-MM-dd'}}
</span>
</p>
</p>
</ion-col>
</ion-col>
...
...
src/pages/tabs/mine/mine.html
View file @
32e29664
...
@@ -87,9 +87,9 @@
...
@@ -87,9 +87,9 @@
<ion-icon
name=
"ios-arrow-forward"
></ion-icon>
<ion-icon
name=
"ios-arrow-forward"
></ion-icon>
</ion-col>
</ion-col>
</ion-row>
</ion-row>
<ion-row
(
click
)="
goTo
('
VerifyPage
')"
>
<ion-row
*
ngIf=
"role == 5 || role == 3"
(
click
)="
goTo
('
VerifyPage
')"
>
<ion-col
class=
"group-left"
col-2
>
<ion-col
class=
"group-left"
col-2
>
<img
src=
"./assets/imgs/mine/wd
fb
.png"
>
<img
src=
"./assets/imgs/mine/wd
sh
.png"
>
</ion-col>
</ion-col>
<ion-col
class=
"group-right"
col-10
>
<ion-col
class=
"group-right"
col-10
>
<span>
我的审核
</span>
<span>
我的审核
</span>
...
...
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