lex 1 ano atrás
pai
commit
e38970a5fe

+ 1 - 1
src/components/m-image-preview/index.tsx

@@ -82,7 +82,7 @@ export default defineComponent({
           }
         });
         if (res?.content?.status === 'success') {
-          showSuccessToast('保存成功');
+          showSuccessToast('已保存到相册');
         } else {
           showFailToast('保存失败');
         }

+ 1 - 1
src/views/activity-record/detail.tsx

@@ -285,7 +285,7 @@ export default defineComponent({
         }
       });
       if (res?.content?.status === 'success') {
-        showSuccessToast('保存成功');
+        showSuccessToast('已保存到相册');
       } else {
         showFailToast('保存失败');
       }