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) {
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;
},