diff --git a/pages/index/list.vue b/pages/index/list.vue index 3d34e98..2ad9a7f 100644 --- a/pages/index/list.vue +++ b/pages/index/list.vue @@ -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; },