fixbug:修改抽奖停留位置不对
This commit is contained in:
@@ -115,8 +115,9 @@ export default {
|
||||
const preId = option.preId;
|
||||
|
||||
|
||||
// 分红金额
|
||||
if (category === 'bonus') {
|
||||
// 分红金额 balance
|
||||
if (category === 'balance') {
|
||||
|
||||
this.source = [
|
||||
{
|
||||
name: "今日分红数量",
|
||||
@@ -177,6 +178,7 @@ export default {
|
||||
];
|
||||
}
|
||||
|
||||
// 抽奖次数 raffle
|
||||
|
||||
if (lockId && lockId !== 'null') {
|
||||
this.lockId = lockId;
|
||||
|
||||
Reference in New Issue
Block a user