This commit is contained in:
lnn19986213 2022-08-15 11:07:34 +08:00
parent 4fa3918c67
commit 5106d23112
2 changed files with 3 additions and 5 deletions

View File

@ -38,9 +38,7 @@
this.$refs.datetimePicker.setFormatter(this.formatter) this.$refs.datetimePicker.setFormatter(this.formatter)
// #endif // #endif
}, },
onShow() { onLoad() {
this.pages = 1
this.writerList = []
this.getArtist() this.getArtist()
}, },
// //
@ -110,7 +108,7 @@
.shelves-img { .shelves-img {
border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px;
width: 311rpx; width: 311rpx;
height: 312rpx; height: 342rpx;
} }
.name { .name {

View File

@ -69,7 +69,7 @@
<view class="scroll-list"> <view class="scroll-list">
<view class="scroll-list__goods-item" v-for="(item, index) in writerList" :key="index" <view class="scroll-list__goods-item" v-for="(item, index) in writerList" :key="index"
:class="[(index === 9) && 'scroll-list__goods-item--no-margin-right']" @click="famouserDetaol(item.id)" > :class="[(index === 9) && 'scroll-list__goods-item--no-margin-right']" @click="famouserDetaol(item.id)" >
<image class="scroll-list__goods-item__image" :src="item.images"></image> <image class="scroll-list__goods-item__image" :src="item.images" style="height: 342rpx;"></image>
<text class="scroll-list__goods-item__text">{{ item.userName }}</text> <text class="scroll-list__goods-item__text">{{ item.userName }}</text>
</view> </view>
</view> </view>