Browse Source

fix:source 修改标记 -> landingPage

source 定位修改标记
郭小北 2 years ago
parent
commit
25fb8dd37a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tripartiteAuth/static/js/tripartiteAuth.js

+ 2 - 2
tripartiteAuth/static/js/tripartiteAuth.js

@@ -229,10 +229,10 @@ var vmSol = new Vue({
     // 跳转了解详情
     href_more: function (urlpathId) {
       var apporwx = this.isWeiXinBrowser ? 'wx' : 'app'
-      // window.location.href = `https://wx.jianyu360.cn/weixin/frontPage/bigmember/free/perfect_info_solution?source=certificateServices-${apporwx}-biddingDetailPage-${urlpathId}`
+      // window.location.href = `https://wx.jianyu360.cn/weixin/frontPage/bigmember/free/perfect_info_solution?source=certificateServices-${apporwx}-landingPage-${urlpathId}`
       window.location.href = `${
         this.isWeiXinBrowser ? '/weixin/frontPage' : '/jyapp/frontPage'
-      }/bigmember/free/perfect_info_solution?source=certificateServices-${apporwx}-biddingDetailPage-${urlpathId}`
+      }/bigmember/free/perfect_info_solution?source=certificateServices-${apporwx}-landingPage-${urlpathId}`
     },
     // 咨询客服
     gocustomer: function (urlpath) {