Skip to content

Commit

Permalink
更新[喜马拉雅]: 修复消息通知NaN问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed Mar 12, 2020
1 parent e9299e7 commit 8044fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ximalaya/ximalaya.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function showmsg() {
if (signinfo.info.isTickedToday == false) {
if (signinfo.signapp == 'true') {
subTitle = '签到: 成功'
detail = `共签: ${signinfo.totalCheckedCounts + 1}天, 积分: ${signinfo.acc.data.score}(+${signinfo.info.awardAmount})`
detail = `共签: ${signinfo.info.totalCheckedCounts + 1}天, 积分: ${signinfo.acc.data.score}(+${signinfo.info.awardAmount})`
} else {
subTitle = '签到: 失败'
detail = `说明: ${signinfo.signapp}`
Expand Down

0 comments on commit 8044fdc

Please sign in to comment.