This commit is contained in:
2025-07-08 17:33:49 +08:00
parent de2aeb6abb
commit 31095494fd
8 changed files with 110 additions and 43 deletions

View File

@@ -28,6 +28,11 @@ onLoad((options) => {
})));
});
})
const saveM = () => {
download(detail.children?.material[current].material_arr);
Api.system.checkDownload(detail.children.id);
}
</script>
<template>
@@ -86,7 +91,7 @@ onLoad((options) => {
</x-image>
</view>
<view class="copy-button" @click="download(detail.children?.material[current].material_arr)">批量保存
<view class="copy-button" @click="saveM">批量保存
</view>
</view>
</view>
@@ -101,8 +106,8 @@ onLoad((options) => {
}}
</view>
<view class="!ml-auto" v-if="v.pid !== 0">
<x-image :src="detail.task_content[current].ts_images_arr[0]"
:list="detail.task_content[current].ts_images_arr">
<x-image :src="detail.comment_video"
:list="[detail.comment_video]">
<x-link show-description>查看引导</x-link>
</x-image>
</view>