Compare commits

...

2 Commits

Author SHA1 Message Date
李彪 d57579844e Merge branch 'main' of http://sl.vrgon.com:3000/LuYaShi/InspectionCleaning 2025-05-06 09:37:11 +08:00
李彪 cb7fdf8af4 取消弹窗提示 2025-05-06 09:37:07 +08:00
1 changed files with 6 additions and 6 deletions

View File

@ -233,12 +233,12 @@ export default {
if (!data) {
return uni.showToast({ title: "未传入参数 uploadFn", icon: "none" });
}
uni.showModal({
title: "查看uploadFn",
content: JSON.stringify(data) || "未传入参数 initFn",
showCancel: true,
success: function (res) {},
});
// uni.showModal({
// title: "uploadFn",
// content: JSON.stringify(data) || " initFn",
// showCancel: true,
// success: function (res) {},
// });
this.form.url = BASE_URL + "/uploads/" + data[0].path;
},