@ -13,7 +13,7 @@ const toolsData = ref({} as any);
async function getData(){
const res=await getToolsCount();
toolsData.value=res.data || {};
if(!JSON.parse(res.message)){
if(res.code == 'OK'){
showModal();
}
@ -78,7 +78,7 @@ async function viewRepeat(e: MouseEvent) {
async function getShowStatus() {
const res = await getToolsCount();
if (!JSON.parse(res.message)) {
if (res.code == 'OK') {
show.value = true;