mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 13:19:31 +08:00
fix: 修复瞬间详情显示bug
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<!-- 精品分类 -->
|
<!-- 精品分类 -->
|
||||||
<block v-if="calcIsShowCategory">
|
<block v-if="calcIsShowCategory">
|
||||||
<view class="flex flex-between mt-16 mb-24 pl-24 pr-24">
|
<view class="flex flex-between mt-16 mb-24 pl-24 pr-24">
|
||||||
<view class="page-item_title text-weight-b ">精品分类</view>
|
<view class="page-item_title text-weight-b ">精选分类</view>
|
||||||
<view class="show-more flex flex-center bg-white round-3" @click="fnToCategoryPage">
|
<view class="show-more flex flex-center bg-white round-3" @click="fnToCategoryPage">
|
||||||
<text class="iconfont icon-angle-right text-size-s text-grey-darken-1"></text>
|
<text class="iconfont icon-angle-right text-size-s text-grey-darken-1"></text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -121,6 +121,7 @@
|
|||||||
name: null
|
name: null
|
||||||
},
|
},
|
||||||
moment: null,
|
moment: null,
|
||||||
|
tagColors: ['orange', 'green', 'red', 'blue'],
|
||||||
videoContexts: {},
|
videoContexts: {},
|
||||||
currentVideoId: null
|
currentVideoId: null
|
||||||
};
|
};
|
||||||
@@ -139,7 +140,7 @@
|
|||||||
},
|
},
|
||||||
// 获取博主信息
|
// 获取博主信息
|
||||||
bloggerInfo() {
|
bloggerInfo() {
|
||||||
const blogger = this.$tm.vx.getters().getConfigs.authorConfig.blogger;
|
const blogger = this.haloConfigs.authorConfig.blogger;
|
||||||
blogger.avatar = this.$utils.checkAvatarUrl(blogger.avatar, true);
|
blogger.avatar = this.$utils.checkAvatarUrl(blogger.avatar, true);
|
||||||
return blogger;
|
return blogger;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user