소스 검색

免费抽奖列表缩略图大小修改

DELL 3 년 전
부모
커밋
cb011c3776
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pages/activity/index.vue

+ 2 - 1
pages/activity/index.vue

@@ -95,11 +95,12 @@
 					if (res.code == 0) {
 						res.rows.forEach(item => {
 							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)
 						})
 						this.total = res.total
 						this.list = this.list.concat(res.rows)
+						console.log(this.list);
 					}
 				}).catch(() => {
 					uni.hideLoading();