lex 1 年之前
父节点
当前提交
e38970a5fe
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/components/m-image-preview/index.tsx
  2. 1 1
      src/views/activity-record/detail.tsx

+ 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('保存失败');
       }