We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1dbe4 commit cdf6032Copy full SHA for cdf6032
1 file changed
Task/youth.js
@@ -97,6 +97,7 @@ if (isGetCookie = typeof $request !== 'undefined') {
97
};
98
myuid = cookie.match(/uid=\d+/);
99
await userInfo();
100
+ nick = nick?nick:null;
101
$.log(`\n********** ${nick} 现金收益: ${cash}元 ********\n`);
102
await friendsign();
103
await ExtraList();
0 commit comments