mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 19:36:47 +08:00
提交
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<view v-if="praises" @click="addPraise()" class="interact-bar-item">
|
<view v-if="praises" @click="addPraise()" class="interact-bar-item">
|
||||||
<image v-if="isPraise" class="pto-img" src="../../static/images/icon/bar-praise-active.png" size="24"></image>
|
<image v-if="isPraise" class="pto-img" src="../../static/images/icon/bar-praise-active.png" size="24"></image>
|
||||||
<image v-else class="pto-img" src="../../static/images/icon/bar-praise.png" size="24"></image>
|
<image v-else class="pto-img" src="../../static/images/icon/bar-praise.png" size="24"></image>
|
||||||
<text style="font-size: 15px;color: #999999;margin-left: 8upx;">{{data.praises}}</text>
|
<text style="font-size: 15px;color: #999999;margin-left: 8upx;">{{data.praises == 0 ? '':data.praises}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="favorites" class="interact-bar-item">
|
<view v-if="favorites" class="interact-bar-item">
|
||||||
<image class="pto-img" src="../../static/images/icon/bar-favorite.png" size="24"></image>
|
<image class="pto-img" src="../../static/images/icon/bar-favorite.png" size="24"></image>
|
||||||
|
|||||||
@@ -160,6 +160,7 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
allRead(){
|
allRead(){
|
||||||
|
this.flag = false;
|
||||||
if(this.items.length == 0) {
|
if(this.items.length == 0) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1880,6 +1880,9 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.catalog-con:last-child{
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
.catalog-con{
|
.catalog-con{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|||||||
Reference in New Issue
Block a user