fix: 解决冲突

This commit is contained in:
yangzhe 2025-04-30 11:54:47 +08:00
commit ef576b7e49
1 changed files with 3 additions and 3 deletions

View File

@ -252,9 +252,9 @@ export default {
});
}, 1500);
}
// else {
// uni.showToast({ title: res2.error || "", icon: "none" });
// }
else {
uni.showToast({ title: res2.error || "上传失败", icon: "none" });
}
},
},
};