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