提交 71dc39a3 编写于 作者: 雪洛's avatar 雪洛

chore: update jsdoc

上级 b47d5cc9
......@@ -478,9 +478,6 @@ module.exports = {
/**
* 获取支持的登录方式
* @tutorial https://uniapp.dcloud.net.cn/uniCloud/uni-id-pages.html#get-supported-login-type
* @param {Object} params
* @param {String} params.appId 应用AppId
* @param {String} params.platform 应用平台
* @returns
*/
getSupportedLoginType
......
......@@ -61,7 +61,7 @@ module.exports = function () {
if (loginTypeTester[type].call(this)) {
supportedLoginType.push(type)
}
} catch (error) {}
} catch (error) { }
}
return {
errCode: 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册