Compare commits
No commits in common. "d57579844e7039cd846fb964e22a8ef658fb1782" and "977970c42ef3ca0eafdb272263b5f7e0cccf8b65" have entirely different histories.
d57579844e
...
977970c42e
|
|
@ -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;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue