Browse Source

fix: 修复微信端链接跳转错误

zhangyuhan 2 năm trước cách đây
mục cha
commit
8024b4afd7

+ 1 - 1
src/web/templates/big-member/wx/page_pro_follow_detail.html

@@ -603,7 +603,7 @@
             },
             // 项目公告跳转到三级页
             getDetail: function (sid) {
-                location.href = '/jyapp/article/content/' + sid + '.html'
+                location.href = '/article/content/' + sid + '.html'
             },
             // 判断是否已开通大会员
             isOpening: function () {