lex hai 1 ano
pai
achega
f942d1890e
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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('分享失败');
       }
     };