修改对公审核字段错误的问题

This commit is contained in:
2024-11-14 16:22:38 +08:00
parent efe3d3241d
commit 84c6c54e58
7 changed files with 1 additions and 17 deletions

View File

@@ -41,7 +41,6 @@ Page({
async upload(res) {
const result = await uploadPublicFile(res.tempFiles[0]?.tempFilePath)
console.log('upload result', result)
if (result.statusCode !== 200) {
alertInfo("上传失败")
return;