fixbug:修改抽奖停留位置不对

This commit is contained in:
2025-08-15 20:52:56 +08:00
parent b5425c30e8
commit 0399791e8f
4 changed files with 61 additions and 62 deletions
@@ -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;