Commit b8b108df authored by Edwise's avatar Edwise 🍷

活动已结束,任务修改

parent 534b10d9
......@@ -36,7 +36,7 @@ Component({
const { success, data, message } = await API.getTaskList().catch(res => {
commonToast(res && res.message);
}) || {};
if (success && data) {
//签到邀请关注浏览
let list = [
findTask('sign', data),
......@@ -44,7 +44,7 @@ Component({
];
list.push(findTask('browseGoods', data));
list = list.concat(findFollowTask('follow', data));
if (success && data) {
this.setData({ list })
}
},
......
This diff is collapsed.
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