Commit 2edfa00a authored by 杨梦雅's avatar 杨梦雅

fix

parent 227c2723
......@@ -61,6 +61,7 @@ export default class TaskService extends UserService {
return {
key: taskType,
type: taskType,
title,
itemIds,
reward,
......
......@@ -22,15 +22,13 @@ interface ICommonActivityInfo {
}
type ITaskType =
| 'follow'
'follow'
| 'member'
| 'invite'
| 'jump'
| 'collect'
| 'order'
| 'sign'
| 'exchangeCredits'
| 'browseGoods'
| 'orderGoods'
| 'collectGoods'
| 'jumpLink'
| 'invites'
type ITasks = { [key in ITaskType]: ITaskConfig }
......
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