This commit is contained in:
魏啾
2024-05-22 14:31:07 +08:00
parent 7cd5649764
commit f832e312bf
7 changed files with 178 additions and 42 deletions

View File

@@ -76,8 +76,8 @@
}
},
categorySubClick(category) {
uni.cache.set('keyword', category)
uni.$emit("businesscategorys", category)
uni.cache.set('keyword', category.name)
uni.pro.navigateBack();
},