加上是否顯示log參數

sta
Wayne Hsu 3 years ago
parent 41e0745686
commit 4e2f12384a

@ -1,6 +1,7 @@
<template>
<div id="home">
<van-nav-bar title="我的名片" right-text="" @click-right="showUserConn = true"/>
<van-nav-bar title="我的名片" v-if="nolog == 1"/>
<van-nav-bar title="我的名片" right-text="" @click-right="showUserConn = true" v-else/>
<div class="tab-section" v-cloak>
<van-tabs :lazy-render="true" v-model:active="activeName" v-show="user.nc_type > 1 && cid !== '1'">
<van-tab title="我的名片" name="0">
@ -125,10 +126,12 @@ export default {
let flexRef = ref(null)
//user id
let token = encodeURIComponent(new URLSearchParams(window.location.search).get('params'))
let cardid = encodeURIComponent(new URLSearchParams(window.location.search).get('cardid'))
let nouc = encodeURIComponent(new URLSearchParams(window.location.search).get('nouc'))
let nolog = ref(encodeURIComponent(new URLSearchParams(window.location.search).get('nolog')))
cid.value = cardid
@ -330,6 +333,7 @@ export default {
showUserConn,
activeName,
cid,
nolog,
flexRef,
isIOs,
userConnections,

Loading…
Cancel
Save