Browse Source

fix: 跳转标讯收藏标签传参修复

cuiyalong 1 year ago
parent
commit
fe37ba5a99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/mobile/src/views/article/components/ContentHeader.vue

+ 1 - 1
apps/mobile/src/views/article/components/ContentHeader.vue

@@ -83,7 +83,7 @@ export default {
       }
       openAppOrWxPage(LINKS.标讯收藏, {
         query: {
-          tag: encodeURIComponent(tag.id)
+          tag: tag.id || tag.lid
         }
       })
     }