update
This commit is contained in:
@@ -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