Browse Source

修改文案

lex 1 năm trước cách đây
mục cha
commit
f942d1890e
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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('分享失败');
       }
     };