浏览代码

feat:项目详情页

wangshan 1 年之前
父节点
当前提交
f49ac5b2d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/modules/app/src/web/templates/big-member/page_pro_follow_detail.html

+ 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'