Explorar o código

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

cuiyalong hai 1 ano
pai
achega
fe37ba5a99
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
         }
       })
     }