Commit 12754fe5 authored by 袁玲利's avatar 袁玲利

次数异常改为天数异常

parent 4e11f7d1
......@@ -55,10 +55,8 @@
</view>
<view>
<li>本月有
<text v-if="isShow"><text class="light"> {{cateringAbnormalTypeGroupList.length}}
</text></text><text v-else><text class="light">
{{campusConsumerReportInfo.notEatingCount}}
</text></text>
<text><text class="light"> {{cateringAbnormalTypeGroupList.length}}
</text></text>
在食堂的消费出现异常,{{campusConsumerReportInfo.avgMessage}}
</li>
</view>
......@@ -553,7 +551,7 @@
// 用户消费未就餐信息
async getCateringAbnormalTypeGroupList() {
const this_ = this;
this.cateringAbnormalTypeGroupList = []
this.cateringAbnormalTypeGroupList.length = 0;
let params = {
abnormalType: 1,
cateringTypes: '1,2,3',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment