提交 7dce2dee 编写于 作者: Q qiang

style: lint

上级 d86f69f0
......@@ -69,7 +69,7 @@ export default {
duration: {
type: [Number, String],
default: 30,
validator(value) {
validator (value) {
return !isNaN(parseFloat(value, 10))
}
}
......
......@@ -14,6 +14,6 @@ export const getVideoInfo = warpPlusMethod('io', 'getVideoInfo', options => {
height: data.height,
width: data.width,
fps: data.fps || 30,
bitrate: data.bitrate,
bitrate: data.bitrate
}
})
......@@ -134,7 +134,7 @@ export function closeAuthView () {
/**
* 一键登录自定义登陆按钮点击处理
*/
function univerifyButtonsClickHandling(univerifyStyle, errorCallback) {
function univerifyButtonsClickHandling (univerifyStyle, errorCallback) {
if (univerifyStyle.buttons &&
Object.prototype.toString.call(univerifyStyle.buttons.list) === '[object Array]' &&
univerifyStyle.buttons.list.length > 0
......
......@@ -125,8 +125,8 @@ const protocols = {
name: 'getEnvInfoSync',
returnValue: _handleEnvInfo
},
login:{
name:'getLoginCode'
login: {
name: 'getLoginCode'
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册