haptear 3 years ago
parent
commit
f4a436f3a4
  1. 2
      58tc.js

2
58tc.js

@ -521,7 +521,7 @@ class UserInfo {
let auctionStr = (this.auction.status == 0) ? '未参与竞拍' : '已参与竞拍'
console.log(`账号[${this.index}]今天${auctionStr}`)
let maxBid = parseFloat(result.result.userInfo.usableOre)
let bidNum = rand(10,maxBid);
let bidNum = rand(10, maxBid > 400 ? 400 : maxBid);
if (true || this.runTask == 2) {
if (this.auction.status == 0) {
if (maxBid >= bidNum) {

Loading…
Cancel
Save