Commit ea4236d9 authored by qinhaitao's avatar qinhaitao

feat: 🎸 发奖链接

parent c54c5fa6
...@@ -142,7 +142,7 @@ export default class AwardsController { ...@@ -142,7 +142,7 @@ export default class AwardsController {
prize = thanksPrize prize = thanksPrize
} }
const { type, _id, ename, image, name } = prize const { type, _id, ename, image, name, useUrl } = prize
const { userNick } = userInfo const { userNick } = userInfo
let record = { let record = {
...@@ -152,6 +152,7 @@ export default class AwardsController { ...@@ -152,6 +152,7 @@ export default class AwardsController {
drawStatus: DRAW_STATUS.WAITAWARD, drawStatus: DRAW_STATUS.WAITAWARD,
prizeDataType, prizeDataType,
remark: '', remark: '',
useUrl,
type, type,
ename, ename,
name, name,
......
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