mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 11:26:47 +08:00
提交
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<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-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 v-if="favorites" class="interact-bar-item">
|
||||
<image class="pto-img" src="../../static/images/icon/bar-favorite.png" size="24"></image>
|
||||
|
||||
@@ -160,6 +160,7 @@
|
||||
})
|
||||
},
|
||||
allRead(){
|
||||
this.flag = false;
|
||||
if(this.items.length == 0) {
|
||||
return
|
||||
}
|
||||
|
||||
@@ -1880,6 +1880,9 @@
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
.catalog-con:last-child{
|
||||
border: none;
|
||||
}
|
||||
.catalog-con{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user