修改审核问题
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<template v-if="noticeList.length>0">
|
||||
<template v-if="noticeList.length>0&&isShowMoneyPay">
|
||||
<view class="gongao">
|
||||
<view class="gongaoicon">
|
||||
公告
|
||||
公告{{}}
|
||||
</view>
|
||||
<swiper :autoplay="true" :vertical="true" :interval="4000" :circular="true" :indicator-dots="false"
|
||||
class="swiperstyle">
|
||||
|
||||
@@ -459,7 +459,16 @@
|
||||
|
||||
this.$Request.getT('/app/taskCenter/selectTaskCenter', {}).then(res => {
|
||||
if (res.code == 0) {
|
||||
this.list = res.data
|
||||
if (!this.isShowMoneyPay) {
|
||||
if (res.data[0].title == '分享奖励') {
|
||||
res.data.shift()
|
||||
this.list = res.data
|
||||
} else {
|
||||
this.list = res.data
|
||||
}
|
||||
} else {
|
||||
this.list = res.data
|
||||
}
|
||||
}
|
||||
uni.stopPullDownRefresh();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user