Commit 714471a5 authored by wangqinghua's avatar wangqinghua

节日图片更新

parent dda9bc0a
......@@ -36,7 +36,7 @@
</p>
</ion-col>
<ion-col col-4 class="news-right">
<img src="{{picture+new.imgUrl}}">
<img src="{{new.imgUrl}}">
</ion-col>
</ion-row>
</ng-container>
......@@ -76,7 +76,7 @@
</p>
</ion-col>
<ion-col col-4 class="news-right">
<img src="{{picture+new.imgUrl}}">
<img src="{{new.imgUrl}}">
</ion-col>
</ion-row>
</ng-container>
......
......@@ -18,7 +18,6 @@ export class MyPublishPage {
publicList = [];
draftList = [];
changeType = 1;
picture: string = AppGlobal.domain + '/wisdomgroup';
constructor(public navCtrl: NavController, public navParams: NavParams,
public mineSer: MineService, public commonSer: CommonService) {
......
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