Skip to content

Commit 8044fdc

Browse files
committed
更新[喜马拉雅]: 修复消息通知NaN问题
1 parent e9299e7 commit 8044fdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ximalaya/ximalaya.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function showmsg() {
117117
if (signinfo.info.isTickedToday == false) {
118118
if (signinfo.signapp == 'true') {
119119
subTitle = '签到: 成功'
120-
detail = `共签: ${signinfo.totalCheckedCounts + 1}天, 积分: ${signinfo.acc.data.score}(+${signinfo.info.awardAmount})`
120+
detail = `共签: ${signinfo.info.totalCheckedCounts + 1}天, 积分: ${signinfo.acc.data.score}(+${signinfo.info.awardAmount})`
121121
} else {
122122
subTitle = '签到: 失败'
123123
detail = `说明: ${signinfo.signapp}`

0 commit comments

Comments
 (0)