空状态需要处理,需要添加分享页面
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
const onGo = item => {
|
||||
if (item === 'mall') {
|
||||
navigateTo('/pages/mall/list')
|
||||
return
|
||||
}
|
||||
if (item === 'team') {
|
||||
navigateTo('/pages/shop-together/index')
|
||||
return
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user