取消弹窗提示
This commit is contained in:
parent
151d801dc8
commit
cb7fdf8af4
|
@ -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;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue