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