注销微信登录 --- ```javascript phoenix.plusWeixinLogout({ success: function(userInfo) { new phoenixDialog({ text: '注销成功' }); }, error: function(message) { new phoenixDialog({ text: message }); } }); ```