优化页面
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
:refresher-triggered="triggered"
|
||||
>
|
||||
<uni-card v-if="list.length !== 0" v-for="(item, index) in list" :key="index">
|
||||
<view class="content-list" @click="goDetail(item)">
|
||||
<view class="content-list" @click="goDetail(item)" :style="{ 'border': item.isPin === true ? '2px solid #eeff00' : '2px solid #f5f5f5' }">
|
||||
<!-- `````````````````````````` -->
|
||||
<image class="headShot" :src="item.anchorIcon" mode="scaleToFill" />
|
||||
<!-- `````````````````````````````````````` -->
|
||||
|
||||
Reference in New Issue
Block a user