[色子游戏]玩家购买抽奖记录-优化样式
This commit is contained in:
@@ -61,5 +61,14 @@ export default {
|
||||
url: '/dice/player_coin_record/DicePlayerCoinRecord/destroy',
|
||||
data: params
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
* 获取玩家选项(id、username)用于下拉
|
||||
*/
|
||||
getPlayerOptions() {
|
||||
return request.get<Api.Common.ApiData>({
|
||||
url: '/dice/player_coin_record/DicePlayerCoinRecord/getPlayerOptions'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user