update
This commit is contained in:
@@ -6,13 +6,17 @@ import XLink from "../../components/XLink.vue";
|
||||
import MessageCard from "../../components/MessageCard.vue";
|
||||
import useTableQuery from "../../hooks/useTableQuery.js";
|
||||
import Api from "../../api/index.js";
|
||||
import {useSystemStore} from "../../pinia/SystemStore/index.js";
|
||||
|
||||
const SystemStore = useSystemStore();
|
||||
const tabs = [
|
||||
{
|
||||
name: '任务消息',
|
||||
num: SystemStore.messageCount.one,
|
||||
},
|
||||
{
|
||||
name: '平台消息',
|
||||
num: SystemStore.messageCount.two,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -32,7 +32,8 @@ const list = computed(() => data.children.material[current.value].comment?.flatM
|
||||
</view>
|
||||
|
||||
<template v-if="true">
|
||||
<view class="block" v-if="data.material_type?.title_limit > 0">
|
||||
<view class="block"
|
||||
v-if="data.material_type?.title_limit > 0 && data.children.material[current].title.length > 0">
|
||||
<view class="block-title">
|
||||
标题:
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user