|
@@ -98,10 +98,10 @@ export class DetailBxComponent implements OnInit {
|
98
|
98
|
this.mainService
|
99
|
99
|
.wechatRequesterIncident(this.orderInfo.id)
|
100
|
100
|
.subscribe((res:any)=> {
|
101
|
|
- this.imgs = ['https://img2.woyaogexing.com/2022/08/19/1f5e056b1d076920!400x400.jpg','https://img2.woyaogexing.com/2022/08/19/359346943c3c489f!400x400.jpg']
|
102
|
|
- // for (var i = 0; i < res.data.length; i++) {
|
103
|
|
- // this.imgs.push(res.data[i].previewUrl);
|
104
|
|
- // }
|
|
101
|
+ // this.imgs = ['https://img2.woyaogexing.com/2022/08/19/1f5e056b1d076920!400x400.jpg','https://img2.woyaogexing.com/2022/08/19/359346943c3c489f!400x400.jpg']
|
|
102
|
+ for (var i = 0; i < res.data.length; i++) {
|
|
103
|
+ this.imgs.push(res.data[i].previewUrl);
|
|
104
|
+ }
|
105
|
105
|
});
|
106
|
106
|
}
|
107
|
107
|
|