From 4535dcc45de482faff0216b794e457953d511dfb Mon Sep 17 00:00:00 2001 From: XiaoXinPro 14 IAH5R <568170040@qq.com> Date: Fri, 1 Sep 2023 17:59:11 +0800 Subject: [PATCH] upload --- src/pages/uploadPhoto/uploadPhoto.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/uploadPhoto/uploadPhoto.vue b/src/pages/uploadPhoto/uploadPhoto.vue index 84c0859..9032d3f 100644 --- a/src/pages/uploadPhoto/uploadPhoto.vue +++ b/src/pages/uploadPhoto/uploadPhoto.vue @@ -184,10 +184,10 @@ async function toCloseStyle() { }); } else { if (!showImgUrl.value) { - uni.showToast({ - title: "请先上传图片", - icon: "none", - }); + // uni.showToast({ + // title: "请先上传图片", + // icon: "none", + // }); chooseImage(); return; }