调整导航

main
yanzai 6 months ago
parent 0a9cd1b9c1
commit 223304979b

@ -166,7 +166,12 @@
}, 10000) // 5 }, 10000) // 5
} }
const daohang=()=>{ const daohang=()=>{
TiShiPopupRef.value.open() if(userInfo.value.sex==1){
window.location.href='https://ccty-fz.sixinyun.com/map/nan.jpg'
}
if(userInfo.value.sex==2){
window.location.href='https://ccty-fz.sixinyun.com/map/nv.jpg'
}
} }
const toMap=(type)=>{ const toMap=(type)=>{
// uni.navigateTo({ // uni.navigateTo({

@ -14,7 +14,7 @@
<title>MemberMngr</title> <title>MemberMngr</title>
<!--preload-links--> <!--preload-links-->
<!--app-context--> <!--app-context-->
<script type="module" crossorigin src="/h5/assets/index-3a513f44.js"></script> <script type="module" crossorigin src="/h5/assets/index-29fb9c31.js"></script>
<link rel="stylesheet" href="/h5/assets/index-533083b3.css"> <link rel="stylesheet" href="/h5/assets/index-533083b3.css">
</head> </head>
<body> <body>

Loading…
Cancel
Save