提交 a516c11e 编写于 作者: Q qiang

fix: 修正 App端 setTabBarStyle borderStyle 颜色

上级 c42b6480
......@@ -47,7 +47,7 @@ export function setTabBarStyle ({
color,
selectedColor,
backgroundColor,
borderStyle
borderStyle: borderStyle === 'white' ? '#ffffff' : '#c6c6c6'
})
return {
errMsg: 'setTabBarStyle:ok'
......@@ -80,4 +80,4 @@ export function showTabBar ({
return {
errMsg: 'showTabBar:ok'
}
}
}
......@@ -134,7 +134,7 @@ export default {
id: webview.id
}, ({ code }) => {
if (code !== 0) {
console.log('tab append error')
// console.log('tab append error')
setTimeout(() => {
this.append(webview)
}, 20)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册