Quellcode durchsuchen

Merge branch 'dev/v4.8.23.2_yf' of qmx/jy into hotfix/v4.8.23.2

yangfeng vor 2 Jahren
Ursprung
Commit
bbeb145c55

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

@@ -1035,10 +1035,11 @@
               }
             },
             getShareParams () {
+              var params = location.href.indexOf('?') > -1 ? '&fid=' + this.fid + '&sid=' + this.sid : '?fid=' + this.fid + '&sid=' + this.sid
               this.proParams = {
                 type: '2',
                 id: this.sid,
-                referer: location.href + '?fid=' + this.fid + '&sid=' + this.sid
+                referer: location.href + params
               }
             },
             goAnalysis: function () {

+ 2 - 1
src/web/staticres/common-module/big-member/js/page_client_follow_detail.js

@@ -667,10 +667,11 @@ var vNode = {
           this.bidProject = false
         },
         getShareParams () {
+          var params = location.href.indexOf('?') > -1 ? '&fid=' + this.fid + '&sid=' + this.sid : '?fid=' + this.fid + '&sid=' + this.sid
           this.proParams = {
             type: '2',
             id: this.sid,
-            referer: location.href + '?fid=' + this.fid + '&sid=' + this.sid
+            referer: location.href + params
           }
         },
         goAnalysis: function () {

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

@@ -1065,10 +1065,11 @@
               this.bidProject = false
             },
             getShareParams () {
+              var params = location.href.indexOf('?') > -1 ? '&fid=' + this.fid + '&sid=' + this.sid : '?fid=' + this.fid + '&sid=' + this.sid
               this.proParams = {
                 type: '2',
                 id: this.sid,
-                referer: location.href + '?fid=' + this.fid + '&sid=' + this.sid
+                referer: location.href + params
               }
             },
             goAnalysis: function () {