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
e33bc3e2
Commit
e33bc3e2
authored
Dec 24, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
picture update
parent
714471a5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
search-new.html
src/pages/home-pages/search-new/search-new.html
+2
-2
search-new.ts
src/pages/home-pages/search-new/search-new.ts
+0
-1
key.ts
src/pages/tabs/key/key.ts
+1
-4
No files found.
src/pages/home-pages/search-new/search-new.html
View file @
e33bc3e2
...
...
@@ -54,7 +54,7 @@
</p>
</ion-col>
<ion-col
col-4
class=
"news-right"
>
<img
src=
"{{
picture +
item.path}}"
>
<img
src=
"{{item.path}}"
>
</ion-col>
</ng-container>
<ng-container
*
ngIf=
"item.resourceType == 2"
>
...
...
@@ -79,7 +79,7 @@
(
play
)="
clickVideo
($
event
)"
preload =
"metadata"
controls=
"controls"
muted=
"muted"
>
<source
[
src
]="
picture
+
item
.
path
+
'#
t=
1'
"
>
<source
[
src
]="
item
.
path
+
'#
t=
1'
"
>
您的浏览器不支持 html5。
</video>
</div>
...
...
src/pages/home-pages/search-new/search-new.ts
View file @
e33bc3e2
...
...
@@ -13,7 +13,6 @@ import {AppGlobal} from "../../../service/http.service";
export
class
SearchNewPage
{
@
ViewChild
(
InfiniteScrollContent
)
infiniteScrollContent
:
InfiniteScrollContent
;
picture
:
string
=
AppGlobal
.
domain
+
'/wisdomgroup'
;
newList
=
[];
searchObj
=
{
title
:
''
,
...
...
src/pages/tabs/key/key.ts
View file @
e33bc3e2
...
...
@@ -45,12 +45,9 @@ export class KeyPage {
//物品领用 0关 1开
goToGooods
()
{
if
(
this
.
switch
==
1
)
{
this
.
navCtrl
.
push
(
GoodsCollectPage
);
}
else
if
(
this
.
role
.
includes
(
1
)
||
this
.
role
.
includes
(
2
)
||
this
.
role
.
includes
(
6
))
{
if
(
this
.
role
.
includes
(
1
)
||
this
.
role
.
includes
(
2
)
||
this
.
role
.
includes
(
6
))
{
this
.
navCtrl
.
push
(
GoodsCollectPage
);
}
}
}
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