通知公告
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="notification">
|
||||
<AiTopFixed>
|
||||
<u-tabs :list="tabs" :is-scroll="false" height="96" bar-width="192" :current="index" @change="change"></u-tabs>
|
||||
<u-tabs :list="tabs" :is-scroll="false" height="96" bar-width="192" @click="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)">
|
||||
@@ -40,7 +40,7 @@
|
||||
<AiEmpty v-else/>
|
||||
<u-loadmore :status="status" v-if="dataList.length"/>
|
||||
<AiAdd @add="add"/>
|
||||
<u-popup v-model="show" mode="bottom">
|
||||
<u-popup :show="show" mode="bottom">
|
||||
<div class="popup-wrap">
|
||||
<u-row justify="between">
|
||||
<div class="colum" v-for="(item,index) in optList" :key="index" @click="handleOpt(item)">
|
||||
@@ -189,7 +189,7 @@
|
||||
})
|
||||
},
|
||||
change(val) {
|
||||
this.index = val;
|
||||
this.index = val.index;
|
||||
this.current = 1;
|
||||
this.getList()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user