Commit e33bc3e2 authored by wangqinghua's avatar wangqinghua

picture update

parent 714471a5
......@@ -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>
......
......@@ -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: '',
......
......@@ -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);
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment