chenjun

沉浸式未选中字体

... ... @@ -93,7 +93,7 @@ export struct VideoChannelPage {
return this.navItem.channelChooseColor ? this.navItem.channelChooseColor : '#222222'
} else {
let ccolor = this.navItem.channelChooseCColor.replace('#', '#B3')
return this.navItem.channelChooseCColor ? ccolor : '#B3FFFFFF'
return this.navItem.channelChooseCColor ? ccolor : '#666666'
}
}
... ...