liyongli преди 2 години
родител
ревизия
c220669cda
променени са 3 файла, в които са добавени 6 реда и са изтрити 3 реда
  1. 2 1
      src/view/WorldContribution/index.js
  2. 2 1
      src/view/WorldCup/index.js
  3. 2 1
      src/view/WorldCupDetail/index.js

+ 2 - 1
src/view/WorldContribution/index.js

@@ -17,7 +17,8 @@ document.title = window.$originData.orginParames.title || "";
 window.weixin_Share_Init(
   "世界杯",
   "这是世界杯",
-  "https://cxzx.smcic.net/topic/highSpeed/img/logo3.png"
+  "https://cxzx.smcic.net/topic/highSpeed/img/logo3.png",
+  "https://cxzx.smcic.net/topic/activity/WorldCup.html?" + Date.now()
 );
 window.setUserSession = () => {
   console.log("登录");

+ 2 - 1
src/view/WorldCup/index.js

@@ -12,7 +12,8 @@ document.title = window.$originData.orginParames.title || "";
 window.weixin_Share_Init(
   "世界杯",
   "这是世界杯",
-  "https://cxzx.smcic.net/topic/highSpeed/img/logo3.png"
+  "https://cxzx.smcic.net/topic/highSpeed/img/logo3.png",
+  "https://cxzx.smcic.net/topic/activity/WorldCup.html?" + Date.now()
 );
 
 window.SL = new window.SmcicLogger("shanshipin", "c6124d95");

+ 2 - 1
src/view/WorldCupDetail/index.js

@@ -11,7 +11,8 @@ document.title = window.$originData.orginParames.title || "";
 window.weixin_Share_Init(
   "世界杯",
   "这是世界杯",
-  "https://cxzx.smcic.net/topic/highSpeed/img/logo3.png"
+  "https://cxzx.smcic.net/topic/highSpeed/img/logo3.png",
+  "https://cxzx.smcic.net/topic/activity/WorldCup.html?" + Date.now()
 );
 
 var SL = new window.SmcicLogger("shanshipin", "c6124d95");