Compare commits

..

No commits in common. "d57579844e7039cd846fb964e22a8ef658fb1782" and "977970c42ef3ca0eafdb272263b5f7e0cccf8b65" have entirely different histories.

1 changed files with 6 additions and 6 deletions

View File

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