|
|
@ -382,7 +382,12 @@ export class CollectionToolsComponent implements OnInit { |
|
|
|
this.mySwiper.update(); |
|
|
|
this.mySwiper.update(); |
|
|
|
this.gallery.update() |
|
|
|
this.gallery.update() |
|
|
|
}, 0); |
|
|
|
}, 0); |
|
|
|
|
|
|
|
//将上传的input框显示出来
|
|
|
|
|
|
|
|
this.isImgNumCss = true; |
|
|
|
|
|
|
|
//清除图片缓存
|
|
|
|
|
|
|
|
if((<HTMLInputElement>document.getElementById('inputimg'))){ |
|
|
|
|
|
|
|
(<HTMLInputElement>document.getElementById('inputimg')).value = null //清空input框缓存
|
|
|
|
|
|
|
|
} |
|
|
|
this.canvasData.isChange = true |
|
|
|
this.canvasData.isChange = true |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|