'x'
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user