Browse Source

fix bugs

dev
zhaobing’ 1 year ago
parent
commit
d81dce8b6e
  1. 2
      api/app/lib/schedule/alarms_push.js

2
api/app/lib/schedule/alarms_push.js

@ -93,7 +93,7 @@ module.exports = function (app, opts) {
if (h) { if (h) {
title = title + h + '时' title = title + h + '时'
} }
if (h) { if (m) {
title = title + m + '分' title = title + m + '分'
} }
pLog('calcMinute2DHM Rslt', title) pLog('calcMinute2DHM Rslt', title)

Loading…
Cancel
Save