diff --git a/doc/Common_detail_api.md b/doc/Common_detail_api.md index dc0ff07..5827b61 100644 --- a/doc/Common_detail_api.md +++ b/doc/Common_detail_api.md @@ -89,9 +89,9 @@ JPush SDK 会恢复正常的默认行为。(因为保存在本地的状态数 window.plugins.jPushPlugin.resumePush(callback) var onCallback = function(data) { if(data > 0) { - // 开启 - } else { // 关闭 + } else { + // 开启 } }