|
@@ -460,7 +460,7 @@ function goDetails(item){
|
|
|
<div class="authorList-box" v-for="(item, index) in authorInfoList" :key="index">
|
|
|
<div class="img-list-box" @click="goDetails(item)">
|
|
|
<img
|
|
|
- :src="authorInfoList?.[0].headImgUrl|| defaultImg"
|
|
|
+ :src="item?.headImgUrl|| defaultImg"
|
|
|
/>
|
|
|
</div>
|
|
|
<div class="name-list-box" @click="goDetails(item)">
|