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