|
@@ -95,11 +95,12 @@
|
|
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[0] + '?imageView2/2/w/170'
|
|
|
|
|
|
+ item.picUrl = env.filePublic + picUrlArr[0] + '?imageView2/2/w/750'
|
|
item.status = JSON.parse(item.status)
|
|
item.status = JSON.parse(item.status)
|
|
})
|
|
})
|
|
this.total = res.total
|
|
this.total = res.total
|
|
this.list = this.list.concat(res.rows)
|
|
this.list = this.list.concat(res.rows)
|
|
|
|
+ console.log(this.list);
|
|
}
|
|
}
|
|
}).catch(() => {
|
|
}).catch(() => {
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|