fix; bug

This commit is contained in:
杨航
2025-12-04 10:57:30 +08:00
parent b82956d560
commit db2eb8cf2b
2 changed files with 21 additions and 20 deletions
+17 -17
View File
@@ -384,16 +384,16 @@
currentTabSec.value = 0
activeTabId.value = ''
activeTabSecId.value = ''
queryTraPartnerCatelogList().then(res => {
catelogList.value = res.body || []
})
getTraTagListApi().then(res => {
tagsTree.value = res.body || []
})
changeTab({
name: '全部',
value: ''
})
// queryTraPartnerCatelogList().then(res => {
// catelogList.value = res.body || []
// })
// getTraTagListApi().then(res => {
// tagsTree.value = res.body || []
// })
// changeTab({
// name: '全部',
// value: ''
// })
uni.$on('refresh_sparring_list', () => {
changeTab({
name: activeTab.value || '全部',
@@ -415,13 +415,13 @@
activeTabId.value = ''
activeTabSecId.value = ''
// 重新获取标签信息
getTraTagListApi().then(res => {
tagsTree.value = res.body || []
})
changeTab({
name: '全部',
value: ''
})
// getTraTagListApi().then(res => {
// tagsTree.value = res.body || []
// })
// changeTab({
// name: '全部',
// value: ''
// })
})
onShow(() => {
console.log('onShow')