This commit is contained in:
王一嘉
2025-07-23 19:10:17 +08:00
parent f5da17b9f9
commit bddd14faff
3 changed files with 43 additions and 32 deletions

View File

@@ -53,6 +53,15 @@ const saveM = () => {
</view>
</view>
<view class="block" v-if="detail.material_type?.desc_limit > 0 && detail.children?.material[current].content">
<view class="title">正文</view>
<view class="info">
{{ detail.children?.material[current].content }}
<view class="copy-button" @click="copy(detail.children?.material[current].content)">复制</view>
</view>
</view>
<view class="block"
v-if="detail.material_type?.tags_limit > 0 && detail.children?.material[current].tags_arr.length > 0">
<view class="title">
@@ -71,15 +80,6 @@ const saveM = () => {
</view>
</view>
<view class="block" v-if="detail.material_type?.desc_limit > 0 && detail.children?.material[current].content">
<view class="title">正文</view>
<view class="info">
{{ detail.children?.material[current].content }}
<view class="copy-button" @click="copy(detail.children?.material[current].content)">复制</view>
</view>
</view>
<view class="block">
<view class="title">素材请按顺序下载&发布</view>
<view class="info">