chenjun

沉浸式未选中字体

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