修改对公审核字段错误的问题
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user