Skip to content

Commit

Permalink
Update youth.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunert authored Jan 5, 2021
1 parent 37b336b commit 4d54bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Task/youth.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if (rotaryres.status !== 0&&rotaryres.data.doubleNum !== 0){
await earningsInfo();
await showmsg();
if ($.isNode()&&rotaryres.code !== '10010')
if( rotarytimes && rotarytimes%95 == 0 && cash >= 10){
if( rotarytimes && (100-rotarytimes)%95 == 0 && cash >= 10){
await notify.sendNotify($.name + " " + nick, "您的余额约为"+cash+"元,已可以提现"+'\n'+`【收益总计】${signinfo.data.user.score}青豆 现金约${cash}元\n${detail}`)
}
}
Expand Down

0 comments on commit 4d54bb5

Please sign in to comment.