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; }