update
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user