Explorar o código

Update index.tsx

lex hai 1 ano
pai
achega
d6ce95dc25
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/creation/share-model/index.tsx

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

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