|
@@ -16,7 +16,7 @@
|
|
|
<view class="ghs_box flex-col justify-end" v-for="item in list" :key="item.id">
|
|
<view class="ghs_box flex-col justify-end" v-for="item in list" :key="item.id">
|
|
|
<view class="image-text_7 flex-row justify-between">
|
|
<view class="image-text_7 flex-row justify-between">
|
|
|
<view class="section_1 flex-col">
|
|
<view class="section_1 flex-col">
|
|
|
- <image class="logo" :src="item.cover" />
|
|
|
|
|
|
|
+ <image class="logo" :src="item.smallAvatar" />
|
|
|
</view>
|
|
</view>
|
|
|
<view class="text-group_7 flex-col justify-between">
|
|
<view class="text-group_7 flex-col justify-between">
|
|
|
<text class="text_8">{{item.showName}}</text>
|
|
<text class="text_8">{{item.showName}}</text>
|