修改提交成功后的提示文案,提示审核中

This commit is contained in:
yezian 2024-09-27 16:23:36 +08:00
parent 4eb811da5e
commit 65ff9c2df5
5 changed files with 10 additions and 10 deletions

View File

@ -251,8 +251,8 @@ export default function EditSpacePost({ navigation, route }) {
}
//Toast
Toast.show({
type: "success",
text1: "编辑成功",
type: "info",
text1: "提交成功,等耐心等待审核",
topOffset: 60,
});
navigation.goBack();

View File

@ -252,8 +252,8 @@ export default function EditStreamerMedia({ navigation, route }) {
}
//
Toast.show({
type: "success",
text1: "更改成功",
type: "info",
text1: "提交成功,等耐心等待审核",
topOffset: 60,
});
navigation.goBack();

View File

@ -343,8 +343,8 @@ export default function EditStreamerProfile({ navigation, route }) {
}
//
Toast.show({
type: "success",
text1: "更改成功",
type: "info",
text1: "提交成功,等耐心等待审核",
topOffset: 60,
});
navigation.goBack();

View File

@ -12,7 +12,7 @@ import { useSafeAreaInsets } from "react-native-safe-area-context";
import Toast from "react-native-toast-message";
import baseRequest from "../../../utils/baseRequest";
import { generateSignature } from "../../../utils/crypto";
import { Button, Divider, CheckBox, Switch, Icon } from "@rneui/themed";
import { Button, Icon } from "@rneui/themed";
import MyDivider from "../../../components/MyDivider";
export default function SpaceIntroSetting({ navigation, route }) {
@ -69,8 +69,8 @@ export default function SpaceIntroSetting({ navigation, route }) {
return;
}
Toast.show({
type: "success",
text1: "修改成功,请重进空间刷新查看",
type: "info",
text1: "提交成功,等耐心等待审核",
topOffset: 60,
});
navigation.goBack();

View File

@ -541,7 +541,7 @@ export default function CompleteStreamerInformation({ navigation, route }) {
//toast
Toast.show({
type: "success",
text1: "提交成功",
text1: "提交成功,请耐心等待审核",
topOffset: 60,
});
navigation.goBack();