This commit is contained in:
hackrobot
2024-07-21 19:39:16 +08:00
parent 6a9f89f7d5
commit 434c0ca274

View File

@@ -265,16 +265,16 @@ const Index = () => {
};
return (
<View className="index">
<Button onClick={()=>{
// 跳转到目的页面,在当前页面打开
Taro.navigateTo({
url: "/pages/group/index",
});
}}>
{/* <Button
onClick={() => {
// 跳转到目的页面,在当前页面打开
Taro.navigateTo({
url: "/pages/group/index",
});
}}
>
111
</Button>
</Button> */}
{/* 公众号 */}
<View
@@ -568,7 +568,7 @@ const Index = () => {
{/* <View>付费入群</View> */}
{/* 联系我 */}
{!wxid && !Object.keys(userInfo)?.length>0 ? (
{!wxid && !Object.keys(userInfo)?.length > 0 ? (
<View className="contack">
<View className="wechatNum">微信号: hackrobot</View>
<Image