Skip to content

Commit efbfe11

Browse files
author
ziye12
authored
Update qqreads.js
1 parent a8af778 commit efbfe11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Task/qqreads.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,15 @@ return new Promise((resolve, reject) => {
235235
task =JSON.parse(data)
236236
kz+=
237237
'【现金余额】:'+
238-
task.data.user.amount/10000.toFixed(2)+
238+
(task.data.user.amount/10000).toFixed(2)+
239239
'元\n'+
240240
'【已开宝箱】:'+
241241
(task.data.treasureBox.count+1)+
242242
'个\n'
243243

244244
tz+=
245245
'【现金余额】:'+
246-
task.data.user.amount/10000.toFixed(2)+
246+
(task.data.user.amount/10000).toFixed(2)+
247247
'元\n'+
248248
'【第'+
249249
task.data.invite.issue+

0 commit comments

Comments
 (0)