Explorar el Código

upload

dev_YWQ
HolyKnightIX hace 1 año
padre
commit
4535dcc45d
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. +4
    -4
      src/pages/uploadPhoto/uploadPhoto.vue

+ 4
- 4
src/pages/uploadPhoto/uploadPhoto.vue Ver fichero

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


Cargando…
Cancelar
Guardar