Browse Source

upload

dev_YWQ
HolyKnightIX 1 year ago
parent
commit
4535dcc45d
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/pages/uploadPhoto/uploadPhoto.vue

+ 4
- 4
src/pages/uploadPhoto/uploadPhoto.vue View File

@@ -184,10 +184,10 @@ async function toCloseStyle() {
});
} else {
if (!showImgUrl.value) {
uni.showToast({
title: "请先上传图片",
icon: "none",
});
// uni.showToast({
// title: "请先上传图片",
// icon: "none",
// });
chooseImage();
return;
}


Loading…
Cancel
Save