Browse Source

Merge branch 'feature/v4.9.94' of https://jygit.jydev.jianyu360.cn/qmx/jy into feature/v4.9.94

wangshan 7 months ago
parent
commit
331ec0a6fb

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/big-member/js/report_analysis.js

@@ -1819,7 +1819,7 @@ var vm = new Vue({
     toSubManage: function () {
       location.href = '/jyapp/vipsubscribe/toSetKeyWordPage?vSwitch=m'
     },
-    toArticleContent (item) {
+    clickTOP10ProjectName (item) {
       this.saveState()
       location.href = `/jyapp/article/content/${item._id}.html`
     },

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

@@ -223,7 +223,7 @@
                                                 'soft-orange': index === 2
                                             }">
                                                 ${ index + 1 }</div>
-                                            <div class="p-t-i-hd-r" @click="toArticleContent(item)">
+                                            <div class="p-t-i-hd-r" @click="clickTOP10ProjectName(item)">
                                                 <div class="project-name">${ item.projectname }</div>
                                                 <div class="project-info">
                                                     <div class="project-tags">

+ 10 - 3
src/web/staticres/common-module/report-analysis/js/report_analysis.js

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

+ 1 - 1
src/web/templates/big-member/wx/page_report_analysis.html

@@ -231,7 +231,7 @@
                                               'soft-orange': index === 2
                                           }">
                                           ${ index + 1 }</div>
-                                      <div class="p-t-i-hd-r" @click="toArticleContent(item)">
+                                      <div class="p-t-i-hd-r" @click="clickTOP10ProjectName(item)">
                                           <div class="project-name">${ item.projectname }</div>
                                           <div class="project-info">
                                               <div class="project-tags">