修改文案;优化ui
This commit is contained in:
parent
23d6d94743
commit
e4ac08b77e
|
@ -628,13 +628,13 @@ export default function EditStreamerProfile({ navigation, route }) {
|
|||
<View style={tailwind("flex-col")}>
|
||||
<Text style={tailwind("text-base text-white font-medium")}>
|
||||
<Text style={tailwind("text-[#F53030]")}>*</Text>
|
||||
解锁微信福利介绍
|
||||
私信自动回复
|
||||
</Text>
|
||||
<View style={tailwind("flex-row items-center")}>
|
||||
<TextInput
|
||||
multiline
|
||||
scrollEnabled={false}
|
||||
placeholder="文案将在分享页展示,并自动发送给点开私信的用户"
|
||||
placeholder="文案将自动发送给点开私信的用户"
|
||||
placeholderTextColor="#FFFFFF80"
|
||||
style={tailwind("text-white")}
|
||||
underlineColorAndroid="transparent"
|
||||
|
|
|
@ -198,6 +198,8 @@ export default function DeleteAccount({ navigation, route }) {
|
|||
title={"您确认要注销此账号吗?"}
|
||||
content={"注销后无法恢复,请仔细阅读《注销必看须知》后确认。"}
|
||||
confirm={handleDeleteAccount}
|
||||
confirmLeft
|
||||
highlightCancel
|
||||
/>
|
||||
</ScrollView>
|
||||
);
|
||||
|
|
|
@ -920,13 +920,13 @@ export default function CompleteStreamerInformation({ navigation, route }) {
|
|||
<View style={tailwind("flex-col")}>
|
||||
<Text style={tailwind("text-base text-white font-medium")}>
|
||||
<Text style={tailwind("text-[#F53030]")}>*</Text>
|
||||
解锁微信福利介绍
|
||||
私信自动回复
|
||||
</Text>
|
||||
<View style={tailwind("flex-row items-center")}>
|
||||
<TextInput
|
||||
multiline
|
||||
scrollEnabled={false}
|
||||
placeholder="文案将在分享页展示,并自动发送给点开私信的用户"
|
||||
placeholder="文案将自动发送给点开私信的用户"
|
||||
placeholderTextColor="#FFFFFF80"
|
||||
style={tailwind("text-white")}
|
||||
underlineColorAndroid="transparent"
|
||||
|
|
Loading…
Reference in New Issue