|
@@ -2219,12 +2219,19 @@ var vm = new Vue({
|
|
|
location.href = '/jyapp/vipsubscribe/toSetKeyWordPage?vSwitch=' + rootlink
|
|
|
}
|
|
|
},
|
|
|
- toArticleContent (item) {
|
|
|
+ clickTOP10ProjectName (item) {
|
|
|
this.saveState()
|
|
|
+ const payload = {
|
|
|
+ fid: '',
|
|
|
+ sid: item._id,
|
|
|
+ }
|
|
|
+ sessionStorage.setItem('bigvip-fid', JSON.stringify(payload))
|
|
|
if (utils.$envs.inWX) {
|
|
|
- location.href = `/article/content/${item._id}.html`
|
|
|
+ // location.href = `/article/content/${item._id}.html`
|
|
|
+ location.href = '/big/wx/page/pro_follow_detail'
|
|
|
} else {
|
|
|
- location.href = `/jyapp/article/content/${item._id}.html`
|
|
|
+ // location.href = `/jyapp/article/content/${item._id}.html`
|
|
|
+ location.href = '/jyapp/big/page/pro_follow_detail'
|
|
|
}
|
|
|
},
|
|
|
toPortrait (id, type) {
|