需要添加直播接口
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
{ name: '朋友圈', icon: 'circle' },
|
||||
{ name: '线上商城', icon: 'mall' },
|
||||
{ name: '我的拼团', icon: 'team' },
|
||||
{ name: '项目入口', icon: 'project' }
|
||||
{ name: '项目入口', icon: 'project' },
|
||||
// #ifdef APP-PLUS
|
||||
{ name: '直播列表', icon: 'liveStream' }
|
||||
// #endif
|
||||
]
|
||||
|
||||
const onGo = item => {
|
||||
@@ -36,6 +39,10 @@
|
||||
navigateTo('/pages/shop-together/index')
|
||||
return
|
||||
}
|
||||
if (item === 'liveStream') {
|
||||
navigateTo('/pages/discover/livelist/index')
|
||||
return
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user