修复rewardRefId
This commit is contained in:
@@ -250,7 +250,7 @@ export default {
|
||||
$option.attr('value', option.value);
|
||||
$option.attr('data-id', option.value);
|
||||
$option.attr('data-name', option.text);
|
||||
if (rewardId && rewardId == option.value) {
|
||||
if (rewardRefId && rewardRefId == option.value) {
|
||||
$option.attr('selected', true);
|
||||
}
|
||||
$option.html(option.text);
|
||||
|
Reference in New Issue
Block a user