会议通知还原
This commit is contained in:
@@ -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()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user