This commit is contained in:
xiaozhiyong
2023-10-12 11:02:14 +08:00
parent e331393f09
commit 7bd17a3692
15 changed files with 497 additions and 265 deletions

View File

@@ -142,7 +142,7 @@
</view>
</view>
<!-- 筛选开始 -->
<view class="screentop bg-white " @tap="scrollScreen">
<view class="screentop bg-white" @tap="scrollScreen">
<!-- <view class="">
<sl-filter @result="filterRes" reflexTitle ref="slFilter" :menuList="menuList"></sl-filter>
</view> -->
@@ -160,6 +160,7 @@
<msg-models :showAuthFrror="showAuthFrror" @hideOneModal="hideModel"></msg-models>
<three-sites @hideOneModal="showThreeSites=false" :showThreeSites="showThreeSites"></three-sites>
<transBlcok ref="transBlcok" />
<!-- <tabbar :current-page="0"/> -->
</view>
</template>
@@ -330,8 +331,10 @@
console.log(n, o, '=================')
}
},
created() {},
onReady() {
let _that = this
let IsOtherUser = _that.isOther
if (IsOtherUser) {
@@ -362,6 +365,8 @@
}
},
onLoad(e) {
// uni.hideTabBar()
let _that = this
let IsOtherUser = _that.isOther