Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy0411 authored Nov 24, 2024
1 parent 2b3b507 commit 3829811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niu/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func Auction(gid, uid int64, i int) (string, error) {
UID: uid,
}
}
niu.Length = auction[i-1].Length
niu.Length = auction[i].Length

if auction[i].Money > 500 {
niu.WeiGe = 2
Expand Down

0 comments on commit 3829811

Please sign in to comment.