This commit is contained in:
eric
2025-09-28 17:49:38 +08:00
parent 92249648c4
commit 2aa0d18b39

View File

@@ -529,8 +529,8 @@ const Index = () => {
return false;
} else {
if (!!isWeChat) {
//58元
payh5("vip", 5800);
//98元
payh5("vip", 9800);
} else {
window.location.href = `https://mp.weixin.qq.com/s/16xcMIgxEEGBPY7fanNq0g`;
}
@@ -555,11 +555,11 @@ const Index = () => {
<View>账号:{window.localStorage.getItem("username")}</View>
<Button onClick={handleCopyUsername}>复制账号</Button>
<View>密码:{"123456"}</View>{" "}
<View>
{/* <View>
添加
<span style={{ color: "green" }}>微信好友: hackrobot</span>
</View>
<Image className="vipcodeImg" src={hackrobot}></Image>
</View> */}
{/* <Image className="vipcodeImg" src={hackrobot}></Image> */}
{/* <View>获取 账号</View> */}
</View>
)}