This commit is contained in:
hackrobot
2025-01-07 20:14:17 +08:00
parent 2acaff3426
commit eca22d3d01

View File

@@ -132,8 +132,8 @@ const Sphone = () => {
return false;
} else {
if (!!isWeChat) {
// 580元
payh5("sphone", 58000);
// 180元
payh5("sphone", 18000);
} else {
// setmeetupQR(true);
}
@@ -141,7 +141,7 @@ const Sphone = () => {
}}
>
{/* {meetup == 1 ? "已加入" : `立即加入`} */}
{`阅读更多 ¥580`}
{`阅读更多 ¥180`}
</AtButton>
) : null}
</View>