瀏覽代碼

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

cuiyalong 1 年之前
父節點
當前提交
fe37ba5a99
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
         }
       })
     }