|
|
|
|
@ -223,16 +223,17 @@ export default { |
|
|
|
|
}, |
|
|
|
|
mounted() { |
|
|
|
|
this.$nextTick(() => { |
|
|
|
|
this.getRecordsList() |
|
|
|
|
|
|
|
|
|
if(this.type==''){ |
|
|
|
|
this.$refs.tabbarRef.getPermission(); |
|
|
|
|
} |
|
|
|
|
this.getRecordsList() |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
// 获取列表 |
|
|
|
|
getRecordsList() { |
|
|
|
|
this.BetLoading.show(); |
|
|
|
|
// this.BetLoading.show(); |
|
|
|
|
this.loadingState = "loading"; |
|
|
|
|
let query = { |
|
|
|
|
current: this.page.currentPage, //页数 |
|
|
|
|
@ -512,7 +513,7 @@ export default { |
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
.page-css { |
|
|
|
|
padding: 0; |
|
|
|
|
|
|
|
|
|
padding-top: var(--status-bar-height); |
|
|
|
|
.page-box { |
|
|
|
|
padding: 0; |
|
|
|
|
|
|
|
|
|
|