会议通知还原
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="belong-to-me">
|
||||
<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>
|
||||
<div class="body">
|
||||
<template v-if="list.length">
|
||||
@@ -97,7 +97,7 @@
|
||||
this.$parent.comp = "detail"
|
||||
},
|
||||
change(e) {
|
||||
this.index = e.index
|
||||
this.index = e
|
||||
this.current = 1
|
||||
this.getList()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user