Browse Source

修改文案

lex 1 year ago
parent
commit
f942d1890e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/creation/share-model/index.tsx

+ 3 - 3
src/views/creation/share-model/index.tsx

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