HolyKnightIX vor 1 Jahr
Ursprung
Commit
4535dcc45d
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. +4
    -4
      src/pages/uploadPhoto/uploadPhoto.vue

+ 4
- 4
src/pages/uploadPhoto/uploadPhoto.vue Datei anzeigen

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


Laden…
Abbrechen
Speichern