|
@@ -61,11 +61,11 @@
|
|
|
this.avatar=opt.img;
|
|
|
//this.avatar='http://dmsphoto.66km.com.cn/marketing/B7511CA2-CC50-4F2C-867D-DB15783CE3C5.jpg';
|
|
|
console.log(this.avatar.slice(0,5))
|
|
|
- /* if(this.avatar.slice(0,5)=='https'){
|
|
|
+ if(this.avatar.slice(0,5)=='https'){
|
|
|
|
|
|
}else{
|
|
|
- this.avatar=this.avatar.replace('http','https');
|
|
|
- } */
|
|
|
+ this.avatar=this.avatar.replace('http','https');
|
|
|
+ }
|
|
|
this.time=opt.time
|
|
|
|
|
|
console.log(this.avatar)
|