另外H5下
// #ifdef H5
if(show){
if(index === 0){
document.querySelectorAll('.uni-page-head-hd .uni-page-head-btn')[1].classList.add('uni-page-head-btn-red-dot');
} else {
document.querySelector('.uni-page-head-ft .uni-page-head-btn').classList.add('uni-page-head-btn-red-dot');
}
} else {
if(index === 0){
document.querySelector('.uni-page-head-btn-red-dot').classList.remove('uni-page-head-btn-red-dot');
} else {
document.querySelector('.uni-page-head-ft .uni-page-head-btn-red-dot').classList.remove('uni-page-head-btn-red-dot');
}
}
// #endif
详细见 https://uniapp.dcloud.io/collocation/pages?id=app-titlenview-splitlinestyles