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