@@ -123,7 +123,7 @@ Page({
getDefen() {
var defendList = this.data.defendList
$api.getDefend({
- page: this.data.page1, page_size: 20
+ page: this.data.page2, page_size: 20
}).then(res => {
res.data.data.list.forEach(item => {
defendList.push(item)
@@ -120,6 +120,7 @@ scroll-view{
font-size: 30rpx;
padding: 10rpx 0;
display: flex;
+ flex-wrap: wrap;
}
.info view{
color: #666;
@@ -256,6 +257,7 @@ scroll-view{
margin-right: 8rpx;
font-weight: 400;
padding: 0 8rpx;
+ margin-bottom: 10rpx;
/* 冠军心得 */