Procházet zdrojové kódy

微信分享bugfix

zxlie před 6 měsíci
rodič
revize
1c217bcdba
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      website/index.html

+ 4 - 4
website/index.html

@@ -642,10 +642,10 @@
         .then(function(cfg) {
           wx.config({
             debug: false,
-            appId: cfg.appId,
-            timestamp: cfg.timestamp,
-            nonceStr: cfg.nonceStr,
-            signature: cfg.signature,
+            appId: cfg.data.appId,
+            timestamp: cfg.data.timestamp,
+            nonceStr: cfg.data.nonceStr,
+            signature: cfg.data.signature,
             jsApiList: [
               'updateAppMessageShareData',
               'updateTimelineShareData'