空状态需要处理,需要添加分享页面

This commit is contained in:
cbb
2025-12-26 17:42:07 +08:00
parent bb02cb22c0
commit dfc5888fa9
64 changed files with 11036 additions and 109 deletions

View File

@@ -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>