需要监听弹幕来显示弹框签到效果!!
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user