通知公告还原
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="notification">
|
||||
<template v-if="showList">
|
||||
<AiTopFixed>
|
||||
<u-tabs :list="tabs" :is-scroll="false" height="96" bar-width="192" @click="change"></u-tabs>
|
||||
<u-tabs :list="tabs" :is-scroll="false" height="96" bar-width="192" @change="change"></u-tabs>
|
||||
</AiTopFixed>
|
||||
<div class="body" v-if="dataList.length">
|
||||
<div class="card" v-for="(item,idx) in dataList" :key="idx" @click="handeClick(item)">
|
||||
@@ -223,7 +223,7 @@
|
||||
this.showList = false;
|
||||
},
|
||||
change(val) {
|
||||
this.index = val.index;
|
||||
this.index = val;
|
||||
this.current = 1;
|
||||
this.getList()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user