mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-09-12 16:40:40 +08:00
feat: 新增文章投票功能,优化多项页面细节
1. 新增文章详情页投票组件,支持投票插件检查、展开收起 2. 新增下划线文本、投票卡片、投票列表页组件 3. 优化自定义tabbar样式与返回逻辑 4. 更新投票工具类与投票详情页逻辑 5. 优化公告详情页样式与功能 6. 修复部分样式与类型定义问题
This commit is contained in:
@@ -456,6 +456,11 @@
|
||||
})
|
||||
|
||||
const globalAppSettings = computed(() => settingStore.settings)
|
||||
|
||||
onMounted(() => {
|
||||
console.log('获取当前所有的页面')
|
||||
console.log(getCurrentPages())
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -566,6 +571,9 @@
|
||||
</template>
|
||||
</view>
|
||||
|
||||
<!-- 相关投票(容器内置插件检查/展开收起,无数据或插件未激活自动不渲染) -->
|
||||
<uh-article-vote :vote-ids="result?._voteIds || []" />
|
||||
|
||||
<view class="box-border px-1">
|
||||
<!-- 版权声明 -->
|
||||
<view v-if="postDetailConfig?.copyrightEnabled" class="box-border px-2 mb-3">
|
||||
|
||||
Reference in New Issue
Block a user