parent
7099fed766
commit
fa7e137504
5 changed files with 5 additions and 63 deletions
@ -1,47 +0,0 @@ |
|||||||
<template> |
|
||||||
<view class="page-css"> |
|
||||||
<view class="page-header-txt">科研医疗建筑运维平台</view> |
|
||||||
<betone-list ref="tablist"></betone-list> |
|
||||||
<betone-tabbar ref="tabbarRef" /> |
|
||||||
</view> |
|
||||||
</template> |
|
||||||
|
|
||||||
<script> |
|
||||||
export default { |
|
||||||
|
|
||||||
data() { |
|
||||||
return { |
|
||||||
}; |
|
||||||
}, |
|
||||||
computed: { |
|
||||||
|
|
||||||
dataTypes() { |
|
||||||
return this.$store.state.dataType |
|
||||||
}, |
|
||||||
}, |
|
||||||
onReachBottom() { |
|
||||||
uni.$emit('onReachBottom'); |
|
||||||
|
|
||||||
}, |
|
||||||
onPullDownRefresh() { |
|
||||||
uni.$emit('onPullDownRefresh'); |
|
||||||
}, |
|
||||||
onShow() { |
|
||||||
this.$nextTick(() => { |
|
||||||
this.$refs.tablist.getRecordsList() |
|
||||||
this.$refs.tabbarRef.getPermission(); |
|
||||||
|
|
||||||
}); |
|
||||||
}, |
|
||||||
methods: { |
|
||||||
|
|
||||||
}, |
|
||||||
}; |
|
||||||
</script> |
|
||||||
|
|
||||||
<style lang="scss" scoped> |
|
||||||
.page-css { |
|
||||||
padding: 0; |
|
||||||
padding-top: var(--status-bar-height); |
|
||||||
} |
|
||||||
</style> |
|
||||||
Loading…
Reference in new issue