Skip to content

Commit e1d36b2

Browse files
author
ziye12
authored
Update qqreads.js
1 parent 07588d3 commit e1d36b2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Task/qqreads.js

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -234,15 +234,17 @@ return new Promise((resolve, reject) => {
234234
if(logs) $.log(`${jsname}, 任务列表: ${data}`)
235235
task =JSON.parse(data)
236236
kz+=
237-
'【任务列表】:余额'+
238-
task.data.user.amount+
239-
'金币\n'+'【宝箱任务'+
240-
(task.data.treasureBox.count+1)+
241-
'】:'
237+
'【现金余额】:'+
238+
task.data.user.amount/10000.toFixed(2)+
239+
'元\n'+
240+
'【已开宝箱】:'+
241+
(task.data.treasureBox.count+1)+
242+
'个\n'
243+
242244
tz+=
243-
'【任务列表】:余额'+
244-
task.data.user.amount+
245-
'金币\n'+
245+
'【现金余额】:'+
246+
task.data.user.amount/10000.toFixed(2)+
247+
'\n'+
246248
'【第'+
247249
task.data.invite.issue+
248250
'期】:时间'+

0 commit comments

Comments
 (0)