Commit dc837f06 authored by zhengke's avatar zhengke

修复 云盘查看

parent 3a73f07b
...@@ -461,6 +461,7 @@ const SearchImg = () =>{ ...@@ -461,6 +461,7 @@ const SearchImg = () =>{
if(row) queryObj.CloudGroupId = row.Id if(row) queryObj.CloudGroupId = row.Id
RefreshLoading.value = true; RefreshLoading.value = true;
queryObj.pageIndex = 1; queryObj.pageIndex = 1;
srcList.value = []
querySearchHandler(); querySearchHandler();
}; };
......
...@@ -138,12 +138,12 @@ ...@@ -138,12 +138,12 @@
<span>{{item.FileSize}} kb</span> <span>{{item.FileSize}} kb</span>
</div> </div>
<div class="common q-py-md microsoft"> <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"> <el-icon size="15px" theme="filled">
<Menu></Menu> <Menu></Menu>
</el-icon> </el-icon>
<span class="q-pl-md">整理文件</span> <span class="q-pl-md">整理文件</span>
</div> --> </div>
<div v-if="ImgId!=item.DetailsId" class="row items-center cloudDownControls" @click.stop="deleteImg(item)"> <div v-if="ImgId!=item.DetailsId" class="row items-center cloudDownControls" @click.stop="deleteImg(item)">
<el-icon size="15px" theme="filled"> <el-icon size="15px" theme="filled">
<Delete></Delete> <Delete></Delete>
......
<template> <template>
<div class="vipFooterBox animate__animated animate__fadeInUp" @click="goVipIntroduce"> <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" <span class="close-btn cursor-pointer column items-center flex-center"
@click.stop="OffVip"><IconClose :size="16"></IconClose></span> @click.stop="OffVip"><IconClose :size="16"></IconClose></span>
</div> </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