提交 a516c11e 编写于 作者: Q qiang

fix: 修正 App端 setTabBarStyle borderStyle 颜色

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