diff --git a/app.json b/app.json index 0ca6dc5..3137a9b 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "铁粉空间", "slug": "ironfans", - "version": "1.2.0", + "version": "1.2.1", "orientation": "portrait", "icon": "./assets/icon.png", "splash": { diff --git a/components/Post/index.jsx b/components/Post/index.jsx index 0c84d5d..647d86a 100644 --- a/components/Post/index.jsx +++ b/components/Post/index.jsx @@ -194,7 +194,7 @@ export default function Post({ blur, data }) { - 会员永久查看所有动态 + 会员动态 - { - if (focused) { - return ( - - ); - } else { - return ( - - ); - } - }, - }} - /> + { + if (focused) { + return ( + + ); + } else { + return ( + + ); + } + }, + }} + /> {/* 会员 */} - + navigation.navigate("WebWithoutHeader", { + uri: process.env.EXPO_PUBLIC_WEB_URL + "/vip", + }) + } style={tailwind( "flex flex-col p-2.5 rounded-2xl mt-3.5 bg-[#301024]" )} @@ -289,7 +295,7 @@ export default function My({ navigation }) { style={tailwind("text-base text-[#FF669E] font-medium")} > {data?.is_a_member !== 1 - ? "开通会员永久看全场" + ? "开通会员订阅动态" : "尊贵的永久会员"} @@ -300,23 +306,18 @@ export default function My({ navigation }) { {data?.is_a_member !== 1 && ( - - navigation.navigate("WebWithoutHeader", { - uri: process.env.EXPO_PUBLIC_WEB_URL + "/vip", - }) - } + - 点我看看 + ¥99/永久 - + )} - + {/* 纵向列表设置区 */} {data?.role === 3 && ( - 开通会员永久看全场 + 开通会员订阅动态 - 点我看看 + ¥99/永久 diff --git a/screeens/Posts/FollowPosts/index.jsx b/screeens/Posts/FollowPosts/index.jsx index d6f71d2..49df22b 100644 --- a/screeens/Posts/FollowPosts/index.jsx +++ b/screeens/Posts/FollowPosts/index.jsx @@ -176,7 +176,7 @@ export default function FollowPosts({ blur }) { source={require("../../../assets/icon/others/vipbig.png")} /> - 开通会员永久看全场 + 开通会员订阅动态