15102826049 1 місяць тому
батько
коміт
4414979f8a
1 змінених файлів з 8 додано та 3 видалено
  1. 8 3
      src/pagesOne/winner/components/uploadReceptPopop.vue

+ 8 - 3
src/pagesOne/winner/components/uploadReceptPopop.vue

@@ -89,10 +89,15 @@ const toUploadImage = (type: string) => {
         });
         return;
       }
-      uni.showToast({
-        title: res.message || "",
-        icon: "none",
+      uni.showModal({
+        title: "提示",
+        content: res.message,
+        showCancel: false, // 如果只需要确定按钮,可以隐藏取消按钮
       });
+      // uni.showToast({
+      //   title: res.message || "",
+      //   icon: "none",
+      // });
     })
     .catch((err) => {
       uni.showToast({