|
@@ -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) {
|