页面调整

This commit is contained in:
liyuanchao 2025-08-21 16:23:59 +08:00
parent d93d37ee6c
commit 9e3c698be9

View File

@ -402,7 +402,7 @@
};
const parsedData = JSON.parse(res.data);
if (parsedData.code == 200) {
// ossId
const ossId = parsedData.data.ossId;
console.log("ossId", ossId)
@ -417,6 +417,12 @@
})
}
})
}else{
uni.showToast({
title: '上传失败',
icon: 'none'
});
}
// uni.showToast({