Browse Source

feat:项目详情页

wangshan 1 year ago
parent
commit
f49ac5b2d7

+ 1 - 1
src/jfw/modules/app/src/web/templates/big-member/page_pro_follow_detail.html

@@ -1453,7 +1453,7 @@
             },
             // 项目公告跳转到三级页
             getDetail: function (sid) {
-                if (utils.isWeiXinBrowser) {
+                if (utils.isWeiXinBrowser&&window.location.href.indexOf("/jyapp/")<0) {
                     location.href = '/article/content/' + sid + '.html'
                 } else {
                     location.href = '/jyapp/article/content/' + sid + '.html'