|
@@ -51,7 +51,7 @@
|
|
if (res.code == 0) {
|
|
if (res.code == 0) {
|
|
res.rows.forEach(item => {
|
|
res.rows.forEach(item => {
|
|
let picUrlArr = item.picUrl.split(',')
|
|
let picUrlArr = item.picUrl.split(',')
|
|
- item.picUrl = env.filePublic + picUrlArr[2] + '?imageView2/2/w/750'
|
|
|
|
|
|
+ item.picUrl = env.filePublic + picUrlArr[0] + '?imageView2/2/w/750'
|
|
})
|
|
})
|
|
this.total = res.total
|
|
this.total = res.total
|
|
this.list = this.list.concat(res.rows)
|
|
this.list = this.list.concat(res.rows)
|