We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9299e7 commit 8044fdcCopy full SHA for 8044fdc
1 file changed
ximalaya/ximalaya.js
@@ -117,7 +117,7 @@ function showmsg() {
117
if (signinfo.info.isTickedToday == false) {
118
if (signinfo.signapp == 'true') {
119
subTitle = '签到: 成功'
120
- detail = `共签: ${signinfo.totalCheckedCounts + 1}天, 积分: ${signinfo.acc.data.score}(+${signinfo.info.awardAmount})`
+ detail = `共签: ${signinfo.info.totalCheckedCounts + 1}天, 积分: ${signinfo.acc.data.score}(+${signinfo.info.awardAmount})`
121
} else {
122
subTitle = '签到: 失败'
123
detail = `说明: ${signinfo.signapp}`
0 commit comments