Commit cc1e8ea0 by 高淑倩

modify: toast 提示

parent b9f718bb
......@@ -85,10 +85,10 @@ wxService.page({
}, () => {
// 1 进行中 2 已结束
if (timeFlag == 2) {
this.showTimeStatus('已结束')
this.showTimeStatus('活动已经结束啦')
} else if (data.status == 3) {
// 活动状态 1 未生效 2 生效中 3 已失效 0 已删除
this.showTimeStatus('已失效')
this.showTimeStatus('活动已经失效啦,看看其他的')
} else {
// 会员集点活动统计信息 进行中且有效
this.getPointConsumptionCount(id)
......
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