Commit ea4236d9 authored by qinhaitao's avatar qinhaitao

feat: 🎸 发奖链接

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