会议通知
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div class="belong-to-me">
|
||||
<ai-top-fixed>
|
||||
<AiTopFixed>
|
||||
<u-tabs :list="tabs" :is-scroll="false" :current="index" bar-width="88" :height="96" @change="change"></u-tabs>
|
||||
</ai-top-fixed>
|
||||
</AiTopFixed>
|
||||
<div class="body">
|
||||
<template v-if="list.length">
|
||||
<div class="card" v-for="(item,index) in list" :key="index" @click="handleClick(item)">
|
||||
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<template v-else>
|
||||
<ai-empty/>
|
||||
<AiEmpty/>
|
||||
</template>
|
||||
</div>
|
||||
<AiBack/>
|
||||
@@ -39,15 +39,10 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AiTopFixed from "../../components/AiTopFixed";
|
||||
import AiBack from "../../components/AiBack";
|
||||
import AiEmpty from "../../components/AiEmpty";
|
||||
import AiOpenData from "../../components/AiOpenData";
|
||||
import {mapActions} from "vuex";
|
||||
|
||||
export default {
|
||||
name: "belongToMe",
|
||||
components: {AiOpenData, AiTopFixed, AiBack, AiEmpty},
|
||||
data() {
|
||||
return {
|
||||
index: 0,
|
||||
@@ -76,12 +71,12 @@ export default {
|
||||
this.$hideLoading()
|
||||
})
|
||||
},
|
||||
onReachBottom() {
|
||||
this.current++;
|
||||
this.getList()
|
||||
},
|
||||
methods: {
|
||||
...mapActions(['injectJWeixin']),
|
||||
emitReachBottom() {
|
||||
this.current = this.current + 1;
|
||||
this.getList()
|
||||
},
|
||||
tag(status) {
|
||||
return {
|
||||
"1": this.$cdn + 'common/1wks.png',
|
||||
|
||||
Reference in New Issue
Block a user