Commit af3ecc9c authored by lvtz's avatar lvtz

fix

parent 5307c3ad
......@@ -216,6 +216,9 @@ Page({
activityconsumersconfirm({
id: cancelId,
}).then((res) => {
wx.showToast({
title: '核销成功'
})
let staticDeal = memberList.filter(ele => ele.id != cancelId);
that.setData({
memberList: staticDeal
......
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