会议通知还原

This commit is contained in:
wanglei
2021-11-23 13:54:15 +08:00
parent b6744ba1dc
commit f6e2f3db4a

View File

@@ -1,7 +1,7 @@
<template> <template>
<div class="belong-to-me"> <div class="belong-to-me">
<ai-top-fixed> <ai-top-fixed>
<u-tabs :list="tabs" :is-scroll="false" :current="index" bar-width="88" :height="96" @click="change"></u-tabs> <u-tabs :list="tabs" :is-scroll="false" :current="index" bar-width="88" :height="96" @change="change"></u-tabs>
</ai-top-fixed> </ai-top-fixed>
<div class="body"> <div class="body">
<template v-if="list.length"> <template v-if="list.length">
@@ -97,7 +97,7 @@
this.$parent.comp = "detail" this.$parent.comp = "detail"
}, },
change(e) { change(e) {
this.index = e.index this.index = e
this.current = 1 this.current = 1
this.getList() this.getList()
}, },