需要监听弹幕来显示弹框签到效果!!

This commit is contained in:
cbb
2026-01-31 17:47:21 +08:00
parent 7969ea00a9
commit 3060d8386c
10 changed files with 2754 additions and 225 deletions

View File

@@ -13,9 +13,7 @@
{ name: '线上商城', icon: 'mall' },
{ name: '我的拼团', icon: 'team' },
{ name: '项目入口', icon: 'project' },
// #ifdef APP-PLUS
{ name: '直播列表', icon: 'liveStream' }
// #endif
]
const onGo = item => {
@@ -48,7 +46,15 @@
return
}
if (item === 'liveStream') {
navigateTo('/pages/discover/livelist/index')
let url = ''
// #ifdef APP-PLUS
url = '/pages/discover/livelist/index'
// #endif
// #ifdef H5
url = '/pages/discover/livelist/h5-list'
// #endif
navigateTo(url)
return
}
}
@@ -122,7 +128,9 @@
margin-right: 16rpx;
}
text {
font-family: PingFang SC, PingFang SC;
font-family:
PingFang SC,
PingFang SC;
font-weight: 500;
font-size: 32rpx;
color: #333333;