|
@@ -12,7 +12,8 @@
|
|
|
<image class="image" :src="item.cover" mode="aspectFill" lazy-load="true" />
|
|
|
<view class="tips">
|
|
|
<view class="label u-line-1">{{ item.title }}</view>
|
|
|
- <view class="iconfont icon-liulanliang"><text style="padding-left: 5px;" />{{ item.readcount }}</view>
|
|
|
+ <view class="iconfont icon-liulanliang"><text style="padding-left: 5px;" />{{ item.readcount +
|
|
|
+ item.readcount_start }}</view>
|
|
|
</view>
|
|
|
</navigator>
|
|
|
</My_listbox>
|
|
@@ -68,7 +69,7 @@ export default {
|
|
|
if (this.cutoff(res.msg)) return;
|
|
|
this.isInitialize = true;
|
|
|
res.data = res.data.map(v => {
|
|
|
- v.cover = v.attinfos.length ? this.getSpecifiedImage(v.attinfos.find(s => s.usetype == "sat_sharematerial") || v.attinfos[0]) : ''
|
|
|
+ v.cover = v.attinfos.length ? this.getSpecifiedImage(v.attinfos.find(s => s.usetype == "sat_sharematerial") || v.attinfos[0]) : uni.getStorageSync("site").logo || ''
|
|
|
return v
|
|
|
})
|
|
|
this.list = res.pageNumber == 1 ? res.data : this.list.concat(res.data);
|
|
@@ -90,16 +91,6 @@ body {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
-.tab-item {
|
|
|
- flex-shrink: 0;
|
|
|
- height: 24px;
|
|
|
- line-height: 24px;
|
|
|
- padding: 0 5px;
|
|
|
- background: #F2F2F2;
|
|
|
- border-radius: 12px;
|
|
|
- margin-right: 5px;
|
|
|
-}
|
|
|
-
|
|
|
.list-item {
|
|
|
width: 355px;
|
|
|
margin: 0 auto 20px;
|
|
@@ -117,7 +108,7 @@ body {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
height: 20px;
|
|
|
- line-height: 20pxF;
|
|
|
+ line-height: 20px;
|
|
|
|
|
|
.title {
|
|
|
flex: 1;
|