Commit dc837f06 authored by zhengke's avatar zhengke

修复 云盘查看

parent 3a73f07b
......@@ -461,6 +461,7 @@ const SearchImg = () =>{
if(row) queryObj.CloudGroupId = row.Id
RefreshLoading.value = true;
queryObj.pageIndex = 1;
srcList.value = []
querySearchHandler();
};
......
......@@ -138,12 +138,12 @@
<span>{{item.FileSize}} kb</span>
</div>
<div class="common q-py-md microsoft">
<!-- <div class="row items-center cloudDownControls" @click.stop="goTidyUp(item)">
<div class="row items-center cloudDownControls" @click.stop="goTidyUp(item)">
<el-icon size="15px" theme="filled">
<Menu></Menu>
</el-icon>
<span class="q-pl-md">整理文件</span>
</div> -->
</div>
<div v-if="ImgId!=item.DetailsId" class="row items-center cloudDownControls" @click.stop="deleteImg(item)">
<el-icon size="15px" theme="filled">
<Delete></Delete>
......
<template>
<div class="vipFooterBox animate__animated animate__fadeInUp" @click="goVipIntroduce">
<img class="cursor-pointer" src="../../assets//img/vipfooter.png"/>
<img class="cursor-pointer" src="../../assets//img/vipfooter2.png"/>
<span class="close-btn cursor-pointer column items-center flex-center"
@click.stop="OffVip"><IconClose :size="16"></IconClose></span>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment